diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-01-27 20:47:19 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-01-27 20:47:19 +0100 |
commit | 917a61832ef28da40294abdb88217dc808605180 (patch) | |
tree | 8a84bb0a064d3109ac3bc1d50cdadab431df2e34 /phpBB/styles/prosilver/template | |
parent | 0d6e587fda5d20477e0d44273928ccf250b43246 (diff) | |
parent | a32db451666b0a0301cd82a57400065e00f4430f (diff) | |
download | forums-917a61832ef28da40294abdb88217dc808605180.tar forums-917a61832ef28da40294abdb88217dc808605180.tar.gz forums-917a61832ef28da40294abdb88217dc808605180.tar.bz2 forums-917a61832ef28da40294abdb88217dc808605180.tar.xz forums-917a61832ef28da40294abdb88217dc808605180.zip |
Merge remote-tracking branch 'vinny/ticket/12119' into develop-olympus
* vinny/ticket/12119:
[ticket/12119] Remove meta tags from view-print templates
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html index 67e14defc3..91dd4606c8 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html @@ -8,8 +8,6 @@ <meta http-equiv="imagetoolbar" content="no" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" /> -<meta name="keywords" content="" /> -<meta name="description" content="" /> <meta name="robots" content="noindex" /> {META} <title>{SITENAME} • {PAGE_TITLE}</title> diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index 39d2d76394..168305a6a4 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -8,8 +8,6 @@ <meta http-equiv="imagetoolbar" content="no" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" /> -<meta name="keywords" content="" /> -<meta name="description" content="" /> <meta name="robots" content="noindex" /> {META} <title>{SITENAME} • {PAGE_TITLE}</title> |