]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add an alternate syntax for <!-- comment ... -->
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 4 Sep 2021 17:20:54 +0000 (17:20 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 4 Sep 2021 17:20:54 +0000 (17:20 +0000)
PR 65546

r1892902 in trunk

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892903 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index 46f88dceb577159cc5b475bef42ad98fe50be892..003a3a9dba03c2f1613a311cdd5813a56a2d6d14 100644 (file)
@@ -143,7 +143,9 @@ Options +Includes
       <p>This syntax is available in version 2.4.21 and later.</p>
 
       <example>
-      &lt;!--#comment Blah Blah Blah --&gt;
+      &lt;!--#comment Blah Blah Blah --&gt;<br/>
+      &nbsp;&nbsp;&nbsp;or<br/>
+      &lt;!--#comment text="Blah Blah Blah" --&gt;
       </example>
     </section> <!-- /comment -->