Standard text/html HTTP Content-Type was not cached, causing encoding issues on some server configurations.
parent
3c604109dc
commit
0f1f45c710
|
@ -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"])) {
|
||||
|
|
Loading…
Reference in New Issue