1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-21 10:40:58 +02: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:
Igor Wiedler
2011-07-11 00:27:10 +02:00
parent 70a904335f
commit f5947439b2
7 changed files with 0 additions and 7 deletions

View File

@ -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 &bull; Coding Guidelines</title>