From 766537035ea2f04c5aa3c59c15edc15f4ecd050f Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sat, 9 Jul 2011 15:28:33 +0200 Subject: [ticket/10258] Change the DOCTYPE to HTML5 PHPBB3-10258 --- phpBB/install/database_update.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'phpBB/install/database_update.php') diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index fc205d4e56..09e2417efa 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -205,13 +205,12 @@ $ga_forum_id = request_var('ga_forum_id', 0); if ($has_global && !$ga_forum_id) { ?> - - + + - - - + + <?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?> @@ -259,13 +258,11 @@ if ($has_global && !$ga_forum_id) header('Content-type: text/html; charset=UTF-8'); ?> - - + + - - - - + + <?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?> -- cgit v1.2.1 From 854c14f9f6ae78318e159e27724178579ff48dcc Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sun, 10 Jul 2011 23:04:14 +0200 Subject: [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tags These meta tags are IE specific and do not validate as HTML5. PHPBB3-10258 --- phpBB/install/database_update.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'phpBB/install/database_update.php') diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 09e2417efa..b8fe493ab8 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -210,8 +210,6 @@ if ($has_global && !$ga_forum_id) - - <?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?> @@ -262,8 +260,6 @@ header('Content-type: text/html; charset=UTF-8'); - - <?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?> -- cgit v1.2.1 From 136a932303d7d7a427043d1834b6df40dc219b0e Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 12 Jul 2011 01:32:00 +0200 Subject: [ticket/10258] Remove the meta charset tag The charset tag is useless, because if a charset content-type header is present it takes precedence. And phpBB always sends such a header. PHPBB3-10258 --- phpBB/install/database_update.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'phpBB/install/database_update.php') diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index b8fe493ab8..3f3ff59c5d 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -209,8 +209,6 @@ if ($has_global && !$ga_forum_id) - - <?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?> @@ -259,7 +257,6 @@ header('Content-type: text/html; charset=UTF-8'); - <?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?> -- cgit v1.2.1