]> granicus.if.org Git - apache/commitdiff
META elements are defined in the document head which is bart of the response body...
authorAstrid Malo <kess@apache.org>
Mon, 3 Jan 2005 20:13:03 +0000 (20:13 +0000)
committerAstrid Malo <kess@apache.org>
Mon, 3 Jan 2005 20:13:03 +0000 (20:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124024 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index f8fb4304c2499ecd636d14bd3e7fbfcc09f5360d..a1529c99f0f43ca17af2ecc715579d4bda9f8243 100644 (file)
@@ -153,7 +153,7 @@ content-type is <code>text/plain</code> or <code>text/html</code></description>
     charset parameter (the name of a character encoding) to be added
     to a response if and only if the response's content-type is either
     <code>text/plain</code> or <code>text/html</code>.  This should override
-    any charset specified in the body of the document via a <code>META</code>
+    any charset specified in the body of the response via a <code>META</code>
     element, though the exact behavior is often dependent on the user's client
     configuration. A setting of <code>AddDefaultCharset Off</code>
     disables this functionality. <code>AddDefaultCharset On</code> enables