diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-02-23 16:25:47 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-02-23 16:25:47 +0100 |
commit | 30c08bfe5bcfa9e9a62cf8a018dd32d2a7e11b81 (patch) | |
tree | 031788f9393e88a2c0d4b0edf4a0bc0335d9d7e2 | |
parent | c9b36c5a2e8466f88aa42d0e6736a461db356628 (diff) | |
download | forums-30c08bfe5bcfa9e9a62cf8a018dd32d2a7e11b81.tar forums-30c08bfe5bcfa9e9a62cf8a018dd32d2a7e11b81.tar.gz forums-30c08bfe5bcfa9e9a62cf8a018dd32d2a7e11b81.tar.bz2 forums-30c08bfe5bcfa9e9a62cf8a018dd32d2a7e11b81.tar.xz forums-30c08bfe5bcfa9e9a62cf8a018dd32d2a7e11b81.zip |
[ticket/10458] Fix xHTML errors when print-viewing PMs
PHPBB3-10458
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html index e72d9bba6e..bafb64dbc8 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html @@ -1,10 +1,7 @@ <!DOCTYPE html> <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> - -<meta http-equiv="imagetoolbar" content="no" /> -<meta name="resource-type" content="document" /> -<meta name="distribution" content="global" /> +<meta charset="utf-8"> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="robots" content="noindex" /> @@ -16,7 +13,7 @@ <body id="phpbb"> <div id="wrap"> - <a id="top" name="top" accesskey="t"></a> + <a id="top" accesskey="t"></a> <div id="page-header"> <h1>{SITENAME}</h1> |