diff options
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> |