From: Astrid Malo Date: Mon, 3 Jan 2005 20:13:03 +0000 (+0000) Subject: META elements are defined in the document head which is bart of the response body... X-Git-Tag: 2.1.3~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=334ef846a72c3125c51dd08d68d6d922b406ec27;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index f8fb4304c24..a1529c99f0f 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -153,7 +153,7 @@ content-type is text/plain or text/html 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 text/plain or text/html. This should override - any charset specified in the body of the document via a META + any charset specified in the body of the response via a META element, though the exact behavior is often dependent on the user's client configuration. A setting of AddDefaultCharset Off disables this functionality. AddDefaultCharset On enables