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/prosilver/template | |
| 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/prosilver/template')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 2 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 35901c3951..8783584b58 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/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/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index d7807876df..034a4aae5b 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/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} diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index cc3e67e656..e54532dcdb 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.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 name="robots" content="noindex" /> |
