You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2021/09/04 17:19:36 UTC

svn commit: r1892902 - /httpd/httpd/trunk/docs/manual/mod/mod_include.xml

Author: jailletc36
Date: Sat Sep  4 17:19:35 2021
New Revision: 1892902

URL: http://svn.apache.org/viewvc?rev=1892902&view=rev
Log:
Add an alternate syntax for <!-- comment ... -->
PR 65546

[skip ci]

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_include.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml?rev=1892902&r1=1892901&r2=1892902&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml Sat Sep  4 17:19:35 2021
@@ -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 -->