From: Martin Kraemer Date: Wed, 16 Feb 2000 17:22:15 +0000 (+0000) Subject: make a note that the encoding="..." attribute X-Git-Tag: 1.3.12~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a7592f8ef4baf23b785113bccf1a2c3c0745498;p=apache make a note that the encoding="..." attribute must always PRECEDE the var="..." attribute git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84629 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html index 8d04e6131d..678720dde2 100644 --- a/docs/manual/mod/mod_include.html +++ b/docs/manual/mod/mod_include.html @@ -111,11 +111,13 @@ is appropriate in the context of a block-level HTML element, eg. a paragraph of text). This can be changed by adding an encoding attribute, which will remain in effect until the next encoding attribute is encountered or the -element ends, whichever comes first. Note that only special +element ends, whichever comes first. Note that the +encoding attribute must precede the corresponding +var attribute to be effective, and that only special characters as defined in the ISO-8859-1 character encoding will be encoded. This encoding process may not have the desired result if -a different character encoding is in use. Apache 1.3.12 and above; previous -versions do no encoding. +a different character encoding is in use. +Apache 1.3.12 and above; previous versions do no encoding.