From 8e4b6a2591e41a2f09549c99bf077a596703c2ac Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 08:09:49 +0100 Subject: Fix MD conversion errors (#3016) --- files/fr/web/exslt/math/highest/index.html | 10 +++++----- files/fr/web/exslt/math/lowest/index.html | 10 +++++----- files/fr/web/exslt/math/min/index.html | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'files/fr/web/exslt/math') 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

{{ Note() }}

-

Syntaxe

+

Syntaxe

math:highest(ensembleNœud)
 
-

Arguments

+

Arguments

ensembleNœud
L'ensemble de nœuds pour lequel il faut retourner la plus grande valeur.
-

Retourne

+

Retourne

Un fragment d'arbre résultat consistant en copies des nœuds retournés par la fonction math:max().

-

Définition

+

Définition

-

Support par Gecko

+

Support par Gecko

Supporté par Gecko 1.9 et ultérieur.

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

{{ Note() }}

-

Syntaxe

+

Syntaxe

math:lowest(ensembleNœud)
 
-

Arguments

+

Arguments

ensembleNœud
L'ensemble de nœuds pour lequel il faut retourner la plus petite valeur.
-

Retourne

+

Retourne

Un fragment d'arbre résultat consistant en copies des nœuds retournés par la fonction math:min().

-

Définition

+

Définition

-

Support par Gecko

+

Support par Gecko

Supporté par Gecko 1.9 et ultérieur.

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

{{ Note() }}

-

Syntaxe

+

Syntaxe

math:min(nodeSet)
 
-

Arguments

+

Arguments

nodeSet
L'ensemble de nœuds dont la valeur la plus faible est recherchée.
-

Renvoie

+

Renvoie

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.

-

Défini

+

Défini

EXSLT - MATH:MIN

-

Prise en charge par Gecko

+

Prise en charge par Gecko


Pris en charge par Gecko 1.9 et suivants.

-- cgit v1.2.3-54-g00ecf