diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-07-10 23:13:25 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-07-10 23:13:25 +0200 |
commit | 70a904335f63a7b7d16164aadd48f33cad9ab4f0 (patch) | |
tree | 91b6187a4278e9f3ff85a78d9fba4c6a03f4bb62 /phpBB/styles/subsilver2 | |
parent | 854c14f9f6ae78318e159e27724178579ff48dcc (diff) | |
download | forums-70a904335f63a7b7d16164aadd48f33cad9ab4f0.tar forums-70a904335f63a7b7d16164aadd48f33cad9ab4f0.tar.gz forums-70a904335f63a7b7d16164aadd48f33cad9ab4f0.tar.bz2 forums-70a904335f63a7b7d16164aadd48f33cad9ab4f0.tar.xz forums-70a904335f63a7b7d16164aadd48f33cad9ab4f0.zip |
[ticket/10258] Remove resource-type and distribution meta tags
They break HTML5 validation.
PHPBB3-10258
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/simple_header.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index f1881b1310..cd6afb0a4d 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -2,8 +2,6 @@ <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta charset="{S_CONTENT_ENCODING}"> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> <meta name="keywords" content="" /> <meta name="description" content="" /> {META} diff --git a/phpBB/styles/subsilver2/template/simple_header.html b/phpBB/styles/subsilver2/template/simple_header.html index f8881fa9a0..37046fd3b5 100644 --- a/phpBB/styles/subsilver2/template/simple_header.html +++ b/phpBB/styles/subsilver2/template/simple_header.html @@ -2,8 +2,6 @@ <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta charset="{S_CONTENT_ENCODING}"> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> <meta name="keywords" content="" /> <meta name="description" content="" /> {META} |