Fix wrong entities.
This commit is contained in:
parent
ff8e7b6512
commit
81cafaa286
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25899
2 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/fr/includes.xsl,v 1.10 2005/10/06 12:56:02 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/includes.xsl,v 1.11 2005/10/06 14:20:31 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
|
|
@ -124,17 +124,17 @@
|
|||
<xsl:if test="$section = 'about'" >
|
||||
<ul>
|
||||
<li><a href="{$base}/about.html">A propos</a></li>
|
||||
<li><a href="{$base}/features.html">Fonctionnalités</a></li>
|
||||
<li><a href="{$base}/features.html">Fonctionnalités</a></li>
|
||||
<li><a href="{$base}/applications.html">Applications</a></li>
|
||||
<li><a href="{$base}/internet.html">Internet</a></li>
|
||||
<li><a href="{$base}/advocacy/">Prosélytisme</a></li>
|
||||
<li><a href="{$base}/advocacy/">Prosélytisme</a></li>
|
||||
<li><a href="{$enbase}/marketing/">Marketing</a></li>
|
||||
<li><a href="{$base}/news/newsflash.html">Nouvelles du projet</a></li>
|
||||
<li><a href="{$base}/events/events.html">Evénements</a></li>
|
||||
<li><a href="{$base}/news/press.html">Dans la presse</a></li>
|
||||
<li><a href="{$base}/art.html">Ressources artistiques</a></li>
|
||||
<li><a href="{$base}/donations/">Donations</a></li>
|
||||
<li><a href="{$base}/copyright/">Informations légales</a></li>
|
||||
<li><a href="{$base}/copyright/">Informations légales</a></li>
|
||||
</ul>
|
||||
</xsl:if>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/fr/index.xsl,v 1.17 2005/10/06 12:56:02 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/fr/index.xsl,v 1.18 2005/10/06 14:32:35 blackend Exp $ -->
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.17 2005/10/06 12:56:02 blackend Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.18 2005/10/06 14:32:35 blackend Exp $'"/>
|
||||
<xsl:variable name="title" select="'Le Projet FreeBSD'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
<div id="frontfeatureleft">
|
||||
<div id="frontfeaturecontent">
|
||||
<h1>
|
||||
Basé sur UNIX® BSD
|
||||
Basé sur UNIX® BSD
|
||||
</h1>
|
||||
<p>FreeBSD est un système d'exploitation avancé pour
|
||||
les architectures compatibles x86 (y compris Pentium et Athlon), compatibles
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
<div class="frontnewroundbox">
|
||||
<div class="frontnewtop"><div> </div> </div>
|
||||
<div class="frontnewcontent">
|
||||
<a href="{$base}/projects/newbies.html">Débutant sous FreeBSD?</a>
|
||||
<a href="{$base}/projects/newbies.html">Débutant sous FreeBSD?</a>
|
||||
</div> <!-- frontnewcontent -->
|
||||
<div class="frontnewbot"><div> </div> </div>
|
||||
</div> <!-- frontnewroundbox -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue