aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
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/adm
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/adm')
-rw-r--r--phpBB/adm/style/colour_swatch.html1
-rw-r--r--phpBB/adm/style/install_header.html1
-rw-r--r--phpBB/adm/style/install_update_diff.html1
-rw-r--r--phpBB/adm/style/overall_header.html1
-rw-r--r--phpBB/adm/style/simple_header.html1
5 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/adm/style/colour_swatch.html b/phpBB/adm/style/colour_swatch.html
index 81e3bd9af6..b5627a790f 100644
--- a/phpBB/adm/style/colour_swatch.html
+++ b/phpBB/adm/style/colour_swatch.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
-<meta charset="{S_CONTENT_ENCODING}">
<title>{L_COLOUR_SWATCH}</title>
<style type="text/css">
diff --git a/phpBB/adm/style/install_header.html b/phpBB/adm/style/install_header.html
index 58bbd68673..cc36643e10 100644
--- a/phpBB/adm/style/install_header.html
+++ b/phpBB/adm/style/install_header.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
-<meta charset="{S_CONTENT_ENCODING}">
<!-- IF META -->{META}<!-- ENDIF -->
<title>{PAGE_TITLE}</title>
diff --git a/phpBB/adm/style/install_update_diff.html b/phpBB/adm/style/install_update_diff.html
index 2f38aa1ed4..7fccb06b5a 100644
--- a/phpBB/adm/style/install_update_diff.html
+++ b/phpBB/adm/style/install_update_diff.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
-<meta charset="{S_CONTENT_ENCODING}">
<!-- IF META -->{META}<!-- ENDIF -->
<title>{PAGE_TITLE}</title>
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html
index d6d4717537..0b0bd3274d 100644
--- a/phpBB/adm/style/overall_header.html
+++ b/phpBB/adm/style/overall_header.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
-<meta charset="{S_CONTENT_ENCODING}">
<!-- IF META -->{META}<!-- ENDIF -->
<title>{PAGE_TITLE}</title>
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html
index 166d02b0c1..ef9b21bb15 100644
--- a/phpBB/adm/style/simple_header.html
+++ b/phpBB/adm/style/simple_header.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
-<meta charset="{S_CONTENT_ENCODING}">
<!-- IF META -->{META}<!-- ENDIF -->
<title>{PAGE_TITLE}</title>