diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-07-11 00:27:10 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-07-11 00:27:10 +0200 |
commit | f5947439b21353d9cda357fa41292cc95f390eab (patch) | |
tree | 5e81ace03eb3c98ee86afad23ed569cf1e91bd65 /phpBB/docs/FAQ.html | |
parent | 70a904335f63a7b7d16164aadd48f33cad9ab4f0 (diff) | |
download | forums-f5947439b21353d9cda357fa41292cc95f390eab.tar forums-f5947439b21353d9cda357fa41292cc95f390eab.tar.gz forums-f5947439b21353d9cda357fa41292cc95f390eab.tar.bz2 forums-f5947439b21353d9cda357fa41292cc95f390eab.tar.xz forums-f5947439b21353d9cda357fa41292cc95f390eab.zip |
[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
Diffstat (limited to 'phpBB/docs/FAQ.html')
-rw-r--r-- | phpBB/docs/FAQ.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/docs/FAQ.html b/phpBB/docs/FAQ.html index 03d0e4c1d0..14925bd530 100644 --- a/phpBB/docs/FAQ.html +++ b/phpBB/docs/FAQ.html @@ -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> |