aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-07-12 01:32:00 +0200
committerIgor Wiedler <igor@wiedler.ch>2011-07-12 01:32:00 +0200
commit136a932303d7d7a427043d1834b6df40dc219b0e (patch)
tree20e4abd1ccf8b1be2eae71d869e74e8b279fce59 /phpBB/install/index.php
parentaf1c8747ce5de2b0b056be851e08f7578b2c3807 (diff)
downloadforums-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/index.php')
-rw-r--r--phpBB/install/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index d8a953fd28..b2a2caa145 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -557,7 +557,6 @@ class module
echo '<!DOCTYPE html>';
echo '<html dir="ltr">';
echo '<head>';
- echo '<meta charset="utf-8">';
echo '<title>' . $lang['INST_ERR_FATAL'] . '</title>';
echo '<link href="../adm/style/admin.css" rel="stylesheet" type="text/css" media="screen" />';
echo '</head>';