]> granicus.if.org Git - apache/commitdiff
make a note that the encoding="..." attribute
authorMartin Kraemer <martin@apache.org>
Wed, 16 Feb 2000 17:22:15 +0000 (17:22 +0000)
committerMartin Kraemer <martin@apache.org>
Wed, 16 Feb 2000 17:22:15 +0000 (17:22 +0000)
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

index 8d04e6131dc2b4cd9762ae581f928854fe9ecd58..678720dde290a72363d6a6fa9c94adb536065a9d 100644 (file)
@@ -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
 <CODE>encoding</CODE> attribute, which will remain in effect until
 the next <CODE>encoding</CODE> attribute is encountered or the
-element ends, whichever comes first.  Note that only special
+element ends, whichever comes first.  Note that the
+<CODE>encoding</CODE> attribute must <EM>precede</EM> the corresponding
+<CODE>var</CODE> 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.
 
 </DL>