From: Christophe Jaillet Date: Sat, 4 Sep 2021 17:20:54 +0000 (+0000) Subject: Add an alternate syntax for X-Git-Tag: candidate-2.4.49-rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeed805f01564641ae670e3da79abd1137a2fde9;p=thirdparty%2Fapache%2Fhttpd.git Add an alternate syntax for 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 --- diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 46f88dceb57..003a3a9dba0 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -143,7 +143,9 @@ Options +Includes

This syntax is available in version 2.4.21 and later.

- <!--#comment Blah Blah Blah --> + <!--#comment Blah Blah Blah -->
+    or
+ <!--#comment text="Blah Blah Blah" -->