Commit e1a0bb6a authored by Astrid Kessler's avatar Astrid Kessler
Browse files

META elements are defined in the document head which is bart of the response...

META elements are defined in the document head which is bart of the response body. So be a little bit more precise at this point.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124024 13f79535-47bb-0310-9956-ffa450edef68
parent 4ef1ae01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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