]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
leading <!--# is one token
authorAndré Malo <nd@apache.org>
Sat, 3 Jan 2004 13:41:51 +0000 (13:41 +0000)
committerAndré Malo <nd@apache.org>
Sat, 3 Jan 2004 13:41:51 +0000 (13:41 +0000)
PR: 25875

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

docs/manual/mod/mod_include.html.en
docs/manual/mod/mod_include.xml

index d1efdc8f0546ffd7f15af3875a3de1ed24d468c0..55567e1193c969887afb9d96f53e1ae65892a00c 100644 (file)
@@ -127,8 +127,10 @@ Server Error Messages</a></li>
     possible. Many commands only allow a single attribute-value pair.
     Note that the comment terminator (<code>--&gt;</code>) should be
     preceded by whitespace to ensure that it isn't considered part of
-    an SSI token. The allowed elements are listed in the following
-    table:</p>
+    an SSI token. Note that the leading <code>&lt;!--#</code> is <em>one</em>
+    token and may not contain any whitespaces.</p>
+
+    <p>The allowed elements are listed in the following table:</p>
 
     <table class="bordered">
     <tr><th>Element</th><th>Description</th></tr>
index 3a96622c50dc747fad9dba65b12b29d9f7baecd8..8f3a41abc4af09e3e73a7748f490ff9996b6cf46 100644 (file)
@@ -88,8 +88,10 @@ Server Error Messages</a></seealso>
     possible. Many commands only allow a single attribute-value pair.
     Note that the comment terminator (<code>--&gt;</code>) should be
     preceded by whitespace to ensure that it isn't considered part of
-    an SSI token. The allowed elements are listed in the following
-    table:</p>
+    an SSI token. Note that the leading <code>&lt;!--#</code> is <em>one</em>
+    token and may not contain any whitespaces.</p>
+
+    <p>The allowed elements are listed in the following table:</p>
 
     <table border="1">
     <tr><th>Element</th><th>Description</th></tr>