diff options
Diffstat (limited to 'include/page_header.php')
-rw-r--r-- | include/page_header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/page_header.php b/include/page_header.php index f1f10cf56..36b35c4ce 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -68,5 +68,6 @@ if ( isset( $refresh ) and intval($refresh) >= 0 and isset( $url_link ) and isse $template->assign_block_vars('refresh', array()); } +header('Content-Type: text/html; charset='.$lang_info['charset']); $template->parse('header'); ?> |