aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
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/includes/db
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/includes/db')
-rw-r--r--phpBB/includes/db/dbal.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/db/dbal.php b/phpBB/includes/db/dbal.php
index a61dc5f58a..962b997664 100644
--- a/phpBB/includes/db/dbal.php
+++ b/phpBB/includes/db/dbal.php
@@ -770,7 +770,6 @@ class dbal
echo '<!DOCTYPE html>
<html dir="ltr">
<head>
- <meta charset="utf-8">
<title>SQL Report</title>
<link href="' . $phpbb_root_path . 'adm/style/admin.css" rel="stylesheet" type="text/css" media="screen" />
</head>