From b7d563653d48e4e78837de9dc49b03df9e7a111c Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 08:59:11 +0100 Subject: Fix md conversion errors (#3027) --- files/fr/web/xpath/functions/lang/index.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'files/fr/web/xpath/functions/lang') diff --git a/files/fr/web/xpath/functions/lang/index.html b/files/fr/web/xpath/functions/lang/index.html index 5cde67f7cf..56b56c7fb9 100644 --- a/files/fr/web/xpath/functions/lang/index.html +++ b/files/fr/web/xpath/functions/lang/index.html @@ -11,17 +11,17 @@ original_slug: Web/XPath/Fonctions/lang


La fonction lang détermine si le nœud de contexte correspond à la langue indiquée et retourne le booléen true ou false.

-

Syntaxe

+

Syntaxe

lang( chaîne )
 
-

Arguments

+

Arguments

chaîne
Le code de langue ou de localisation (langue et pays) à vérifier.
-

Retour

+

Retour

true si le noeud de contexte est dans la langue donnée, false autrement.

-

Notes

+

Notes