mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10258] Remove copyright meta tag from docs
It fails HTML5 validation and we already have a 'copyright and disclaimer' section in all of those documents. We can always represent the copyright more semantically later (such as the HTML5 <copyright> tag). PHPBB3-10258
This commit is contained in:
parent
70a904335f
commit
f5947439b2
7 changed files with 0 additions and 7 deletions
|
@ -2,7 +2,6 @@
|
|||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="copyright" content="phpBB Group" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="phpBB 3.0.x Changelog" />
|
||||
<title>phpBB3 • Changelog</title>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="copyright" content="phpBB Group" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="phpBB 3.0.x frequently asked questions" />
|
||||
<title>phpBB3 • FAQ</title>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="copyright" content="phpBB Group" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="phpBB 3.0.x Installation, updating and conversion informations" />
|
||||
<title>phpBB3 • Install</title>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="copyright" content="phpBB Group" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="phpBB 3.0.x Readme" />
|
||||
<title>phpBB3 • Readme</title>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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" />
|
||||
<title>phpBB3 • Auth API</title>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="copyright" content="phpBB Group" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="Olympus coding guidelines document" />
|
||||
<title>phpBB3 • Coding Guidelines</title>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="copyright" content="phpBB Group" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="description" content="Hook System explanation" />
|
||||
<title>phpBB3 • Hook System</title>
|
||||
|
|
Loading…
Add table
Reference in a new issue