mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10258] Remove resource-type and distribution meta tags
They break HTML5 validation. PHPBB3-10258
This commit is contained in:
parent
854c14f9f6
commit
70a904335f
12 changed files with 0 additions and 24 deletions
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue