From 681c4a478d6eff7dbcebadca04f4afa28da750a8 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 29 Jul 2011 16:32:22 +0200 Subject: [ticket/10258] Add HTML5 meta charset tag This allows knowing the charset when saving web pages to disk. Also, this is supported by all browsers. PHPBB3-10258 --- phpBB/includes/db/dbal.php | 1 + phpBB/includes/functions.php | 2 ++ phpBB/includes/functions_download.php | 1 + 3 files changed, 4 insertions(+) (limited to 'phpBB/includes') diff --git a/phpBB/includes/db/dbal.php b/phpBB/includes/db/dbal.php index 962b997664..a61dc5f58a 100644 --- a/phpBB/includes/db/dbal.php +++ b/phpBB/includes/db/dbal.php @@ -770,6 +770,7 @@ class dbal echo ' + SQL Report diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 65e8bc251e..e1a4b1a4c9 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2300,6 +2300,7 @@ function redirect($url, $return = false, $disable_cd_check = false) echo ''; echo ''; echo ''; + echo ''; echo ''; echo '' . $user->lang['REDIRECT'] . ''; echo ''; @@ -3816,6 +3817,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline) echo ''; echo ''; echo ''; + echo ''; echo '' . $msg_title . ''; echo '