]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc XML file update.
authorLucien Gentis <lgentis@apache.org>
Sat, 28 Mar 2026 12:45:07 +0000 (12:45 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 28 Mar 2026 12:45:07 +0000 (12:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932623 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml.fr

index 83ad688ff7a3af34ea064fda1d4dc4851a5b864b..5ab635e1a2a30e62255b0bac715cb7db37f3a6db 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1892902:1932483 (outdated) -->
+<!-- English Revision: 1932483 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -926,6 +926,10 @@ AddOutputFilter INCLUDES .shtml
       SSIEndTag "%&gt;"
     </highlight>
 
+    <note type="warning">
+    La valeur ne doit pas contenir d’espace.
+    </note>
+
 </usage>
 <seealso><directive module="mod_include">SSIStartTag</directive></seealso>
 </directivesynopsis>
@@ -1002,6 +1006,10 @@ SSIStartTag "&lt;%"
 SSIEndTag   "%&gt;"      
     </highlight>
 
+    <note type="warning">
+    La valeur ne doit pas contenir d’espace.
+    </note>
+
     <p>Avec l'exemple ci-dessus, qui définit aussi une directive
     <directive module="mod_include">SSIEndTag</directive>, vous pourrez
     inscrire des directives SSI comme dans l'exemple suivant :</p>