From 334ef846a72c3125c51dd08d68d6d922b406ec27 Mon Sep 17 00:00:00 2001 From: Astrid Malo Date: Mon, 3 Jan 2005 20:13:03 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index f8fb4304c2..a1529c99f0 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 -- 2.40.0