From 0a7592f8ef4baf23b785113bccf1a2c3c0745498 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Wed, 16 Feb 2000 17:22:15 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_include.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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. -- 2.50.1