]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc XML file update.
authorLucien Gentis <lgentis@apache.org>
Sat, 21 Jun 2025 13:54:54 +0000 (13:54 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 21 Jun 2025 13:54:54 +0000 (13:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926624 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml.fr

index 73e00fbb4c66f0f13d80b3565523b3e2cd6d6737..35f4fc6eaf2e3ec95a2ed6f35b5652486268b458 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 1898219 -->
+<!-- English Revision: 1926342 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -638,6 +638,9 @@ DIGIT       ::= &lt;any US-ASCII digit "0".."9"&gt;
         <td>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.</td><td></td></tr>
+    <tr><td><code>escapehtml</code></td>
+        <td>Protège une chaîne HTML à l’aide de séquences
+       d’échappement.</td><td></td></tr>
 
     </table>