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/adm/style/simple_header.html | |
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/adm/style/simple_header.html')
-rw-r--r-- | phpBB/adm/style/simple_header.html | 1 |
1 files changed, 0 insertions, 1 deletions
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> |