From: Lucien Gentis Date: Sat, 21 Jun 2025 13:54:54 +0000 (+0000) Subject: fr doc XML file update. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2141c9548a1b8b7b942add24838ac29781e7e138;p=thirdparty%2Fapache%2Fhttpd.git fr doc XML file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926624 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index 73e00fbb4c..35f4fc6eaf 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + @@ -638,6 +638,9 @@ DIGIT ::= <any US-ASCII digit "0".."9"> replace(chaîne, "from", "to") remplace dans la chaîne spécifiée toutes les occurrences de "from" par "to". Le premier paramètre ne doit pas être une chaîne littérale. + escapehtml + Protège une chaîne HTML à l’aide de séquences + d’échappement.