From f5947439b21353d9cda357fa41292cc95f390eab Mon Sep 17 00:00:00 2001 From: Igor Wiedler <igor@wiedler.ch> Date: Mon, 11 Jul 2011 00:27:10 +0200 Subject: [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 --- phpBB/docs/README.html | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/docs/README.html') diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 845c12a02d..70df5deb8d 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.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 Readme" /> <title>phpBB3 • Readme</title> -- cgit v1.2.1