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 | |
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
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 | ||||
-rw-r--r-- | phpBB/docs/FAQ.html | 2 | ||||
-rw-r--r-- | phpBB/docs/INSTALL.html | 2 | ||||
-rw-r--r-- | phpBB/docs/README.html | 2 | ||||
-rw-r--r-- | phpBB/docs/auth_api.html | 2 | ||||
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 | ||||
-rw-r--r-- | phpBB/docs/hook_system.html | 2 | ||||
-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 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/simple_header.html | 2 |
12 files changed, 0 insertions, 24 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 50c80dd33f..2b18ba8620 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -2,8 +2,6 @@ <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> <meta name="copyright" content="phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="phpBB 3.0.x Changelog" /> diff --git a/phpBB/docs/FAQ.html b/phpBB/docs/FAQ.html index 69c7a64e2c..03d0e4c1d0 100644 --- a/phpBB/docs/FAQ.html +++ b/phpBB/docs/FAQ.html @@ -2,8 +2,6 @@ <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> <meta name="copyright" content="phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="phpBB 3.0.x frequently asked questions" /> diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 9c5cc611e1..8570fff8cd 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -2,8 +2,6 @@ <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> <meta name="copyright" content="phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="phpBB 3.0.x Installation, updating and conversion informations" /> diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 265226f67f..845c12a02d 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -2,8 +2,6 @@ <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> <meta name="copyright" content="phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="phpBB 3.0.x Readme" /> diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html index c40b33a85c..d98df35632 100644 --- a/phpBB/docs/auth_api.html +++ b/phpBB/docs/auth_api.html @@ -2,8 +2,6 @@ <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> <meta name="copyright" content="phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="This is an explanation of how to use the phpBB auth/acl API" /> diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index b27a0f46c4..59513cb81f 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2,8 +2,6 @@ <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> <meta name="copyright" content="phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="Olympus coding guidelines document" /> diff --git a/phpBB/docs/hook_system.html b/phpBB/docs/hook_system.html index db190bf965..a806896bd3 100644 --- a/phpBB/docs/hook_system.html +++ b/phpBB/docs/hook_system.html @@ -2,8 +2,6 @@ <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> <meta name="copyright" content="phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="Hook System explanation" /> 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" /> 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} |