Standard text/html HTTP Content-Type was not cached, causing encoding issues on some server configurations.

4.5.x
Steven Wittens 2004-05-03 11:53:59 +00:00
parent 3c604109dc
commit 0f1f45c710
1 changed files with 1 additions and 1 deletions

View File

@ -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"])) {