diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-11 08:09:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 08:09:49 +0100 |
commit | 8e4b6a2591e41a2f09549c99bf077a596703c2ac (patch) | |
tree | abd4852fa1e7e55a33f5c206ed10b7369b9f797f /files/fr/web/exslt/math | |
parent | 0c7447342f42b5d181db04f6b5459b052270d9b7 (diff) | |
download | translated-content-8e4b6a2591e41a2f09549c99bf077a596703c2ac.tar.gz translated-content-8e4b6a2591e41a2f09549c99bf077a596703c2ac.tar.bz2 translated-content-8e4b6a2591e41a2f09549c99bf077a596703c2ac.zip |
Fix MD conversion errors (#3016)
Diffstat (limited to 'files/fr/web/exslt/math')
-rw-r--r-- | files/fr/web/exslt/math/highest/index.html | 10 | ||||
-rw-r--r-- | files/fr/web/exslt/math/lowest/index.html | 10 | ||||
-rw-r--r-- | files/fr/web/exslt/math/min/index.html | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/files/fr/web/exslt/math/highest/index.html b/files/fr/web/exslt/math/highest/index.html index 5601b1ee58..4bcd143163 100644 --- a/files/fr/web/exslt/math/highest/index.html +++ b/files/fr/web/exslt/math/highest/index.html @@ -13,28 +13,28 @@ translation_of: Web/EXSLT/math/highest <p>{{ Note() }}</p> -<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3> +<h3 id="Syntaxe">Syntaxe</h3> <pre class="eval">math:highest(<em>ensembleNœud</em>) </pre> -<h3 id="Arguments" name="Arguments">Arguments</h3> +<h3 id="Arguments">Arguments</h3> <dl> <dt><code>ensembleNœud</code></dt> <dd>L'ensemble de nœuds pour lequel il faut retourner la plus grande valeur.</dd> </dl> -<h3 id="Retourne" name="Retourne">Retourne</h3> +<h3 id="Retourne">Retourne</h3> <p>Un fragment d'arbre résultat consistant en copies des nœuds retournés par la fonction <code><a href="fr/EXSLT/math/max">math:max()</a></code>.</p> -<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3> +<h3 id="D.C3.A9finition">Définition</h3> <ul> <li><a class="external" href="http://www.exslt.org/regexp/functions/highest/index.html">EXSLT - MATH:HIGHEST (en)</a></li> </ul> -<h3 id="Support_par_Gecko" name="Support_par_Gecko">Support par Gecko</h3> +<h3 id="Support_par_Gecko">Support par Gecko</h3> <p>Supporté par Gecko 1.9 et ultérieur.</p> diff --git a/files/fr/web/exslt/math/lowest/index.html b/files/fr/web/exslt/math/lowest/index.html index bd69a718bf..de2d4a47f1 100644 --- a/files/fr/web/exslt/math/lowest/index.html +++ b/files/fr/web/exslt/math/lowest/index.html @@ -13,28 +13,28 @@ translation_of: Web/EXSLT/math/lowest <p>{{ Note() }}</p> -<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3> +<h3 id="Syntaxe">Syntaxe</h3> <pre class="eval">math:lowest(<em>ensembleNœud</em>) </pre> -<h3 id="Arguments" name="Arguments">Arguments</h3> +<h3 id="Arguments">Arguments</h3> <dl> <dt><code><em>ensembleNœud</em></code></dt> <dd>L'ensemble de nœuds pour lequel il faut retourner la plus petite valeur.</dd> </dl> -<h3 id="Retourne" name="Retourne">Retourne</h3> +<h3 id="Retourne">Retourne</h3> <p>Un fragment d'arbre résultat consistant en copies des nœuds retournés par la fonction <code><a href="fr/EXSLT/math/min">math:min()</a></code>.</p> -<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3> +<h3 id="D.C3.A9finition">Définition</h3> <ul> <li><a class="external" href="http://www.exslt.org/regexp/functions/lowest/index.html">EXSLT - MATH:HIGHEST (en)</a></li> </ul> -<h3 id="Support_par_Gecko" name="Support_par_Gecko">Support par Gecko</h3> +<h3 id="Support_par_Gecko">Support par Gecko</h3> <p>Supporté par Gecko 1.9 et ultérieur.</p> diff --git a/files/fr/web/exslt/math/min/index.html b/files/fr/web/exslt/math/min/index.html index 3feb6cda34..850d8d1ed6 100644 --- a/files/fr/web/exslt/math/min/index.html +++ b/files/fr/web/exslt/math/min/index.html @@ -15,27 +15,27 @@ translation_of: Web/EXSLT/math/min <p>{{ Note() }}</p> -<h3 id="Syntax" name="Syntax">Syntaxe</h3> +<h3 id="Syntax">Syntaxe</h3> <pre class="eval">math:min(<em>nodeSet</em>) </pre> -<h3 id="Arguments" name="Arguments">Arguments</h3> +<h3 id="Arguments">Arguments</h3> <dl> <dt><code><em>nodeSet</em></code></dt> <dd>L'ensemble de nœuds dont la valeur la plus faible est recherchée.</dd> </dl> -<h3 id="Returns" name="Returns">Renvoie</h3> +<h3 id="Returns">Renvoie</h3> <p>Fragment de l'arbre du résultat représentant la valeur numérique du nœud avec la valeur la plus faible sous forme d'une de caractères.</p> -<h3 id="Defined" name="Defined">Défini</h3> +<h3 id="Defined">Défini</h3> <p><a class="external" href="http://www.exslt.org/regexp/functions/min/index.html">EXSLT - MATH:MIN</a></p> -<h3 id="Gecko_support" name="Gecko_support">Prise en charge par Gecko</h3> +<h3 id="Gecko_support">Prise en charge par Gecko</h3> <p><br> Pris en charge par Gecko 1.9 et suivants.</p> |