diff options
author | André Malo <nd@apache.org> | 2004-01-03 14:40:19 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-01-03 14:40:19 +0100 |
commit | e1a8a8c10c58a2b6552a8fe5dde104d38efe441b (patch) | |
tree | c01864016ea59a6344ff8e05761ade83694ce9e2 /docs | |
parent | fix a rewrite mistake: restore the ability to expand variables within (diff) | |
download | apache2-e1a8a8c10c58a2b6552a8fe5dde104d38efe441b.tar.xz apache2-e1a8a8c10c58a2b6552a8fe5dde104d38efe441b.zip |
leading <!--# is one token
PR: 25875
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_include.html.en | 6 | ||||
-rw-r--r-- | docs/manual/mod/mod_include.xml | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 8ab308e595..fe4b695803 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -125,8 +125,10 @@ possible. Many commands only allow a single attribute-value pair. Note that the comment terminator (<code>--></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><!--#</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> diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 690b5c6d14..de37f3bee3 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -86,8 +86,10 @@ possible. Many commands only allow a single attribute-value pair. Note that the comment terminator (<code>--></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><!--#</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> |