diff options
Diffstat (limited to 'phpBB/admin/page_header_admin.php')
-rw-r--r-- | phpBB/admin/page_header_admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/admin/page_header_admin.php b/phpBB/admin/page_header_admin.php index dffbc6cd12..a7e8abd282 100644 --- a/phpBB/admin/page_header_admin.php +++ b/phpBB/admin/page_header_admin.php @@ -64,6 +64,8 @@ header("Content-type: text/html; charset=" . $lang['ENCODING']); <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> +<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $lang['ENCODING']; ?>"> +<meta http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" href="subSilver.css" type="text/css"> <?php |