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 4527f1563..b793c6a58 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -64,5 +64,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'); ?> |