diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2011-07-12 01:32:00 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2011-07-12 01:32:00 +0200 |
| commit | 136a932303d7d7a427043d1834b6df40dc219b0e (patch) | |
| tree | 20e4abd1ccf8b1be2eae71d869e74e8b279fce59 /phpBB/install/database_update.php | |
| parent | af1c8747ce5de2b0b056be851e08f7578b2c3807 (diff) | |
| download | forums-136a932303d7d7a427043d1834b6df40dc219b0e.tar forums-136a932303d7d7a427043d1834b6df40dc219b0e.tar.gz forums-136a932303d7d7a427043d1834b6df40dc219b0e.tar.bz2 forums-136a932303d7d7a427043d1834b6df40dc219b0e.tar.xz forums-136a932303d7d7a427043d1834b6df40dc219b0e.zip | |
[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
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 3 |
1 files changed, 0 insertions, 3 deletions
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) <html dir="<?php echo $lang['DIRECTION']; ?>" lang="<?php echo $lang['USER_LANG']; ?>"> <head> - <meta charset="utf-8"> - <title><?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?></title> <link href="../adm/style/admin.css" rel="stylesheet" type="text/css" media="screen" /> @@ -259,7 +257,6 @@ header('Content-type: text/html; charset=UTF-8'); <!DOCTYPE html> <html dir="<?php echo $lang['DIRECTION']; ?>" lang="<?php echo $lang['USER_LANG']; ?>"> <head> -<meta charset="utf-8"> <title><?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?></title> |
