From aeed805f01564641ae670e3da79abd1137a2fde9 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 4 Sep 2021 17:20:54 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_include.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -->
-- 2.47.2