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/docs/auth_api.html | |
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/docs/auth_api.html')
-rw-r--r-- | phpBB/docs/auth_api.html | 2 |
1 files changed, 0 insertions, 2 deletions
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" /> |