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/styles/prosilver/template | |
| 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/styles/prosilver/template')
4 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 8783584b58..ab7b70179a 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> -<meta charset="{S_CONTENT_ENCODING}"> <meta name="keywords" content="" /> <meta name="description" content="" /> {META} diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 034a4aae5b..11cc3bd6e9 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> -<meta charset="{S_CONTENT_ENCODING}"> <meta name="keywords" content="" /> <meta name="description" content="" /> {META} diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html index 7ad8632e8a..10879c5b14 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> -<meta charset="{S_CONTENT_ENCODING}"> <title>{SITENAME} :: {PAGE_TITLE}</title> <style type="text/css"> diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index e54532dcdb..c268163854 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> -<meta charset="{S_CONTENT_ENCODING}"> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="robots" content="noindex" /> |
