From 0f1f45c710e8b92ae76a119784ff6906a6a7ed19 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Mon, 3 May 2004 11:53:59 +0000 Subject: Standard text/html HTTP Content-Type was not cached, causing encoding issues on some server configurations. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.inc b/includes/common.inc index a469d1f00..2e2cf12d7 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1312,7 +1312,7 @@ include_once "includes/file.inc"; set_error_handler("error_handler"); // spit out the correct charset http header -header("Content-Type: text/html; charset=utf-8"); +drupal_set_header("Content-Type: text/html; charset=utf-8"); // initialize the _GET["q"] prior to loading the modules and invoking their 'init' hook: if (!empty($_GET["q"])) { -- cgit v1.2.3