aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyberalien <cyberalien@gmail.com>2015-06-12 15:20:18 +0300
committerJoas Schilling <nickvergessen@gmx.de>2015-06-14 07:43:02 +0200
commit8eb4ec29eeea02460c98e07f120e216d3154fe8a (patch)
tree95215a8bb89151bccd8583fedeca42c3a75883f7
parent338abf77e3b8e48a5d74ba399348c7e0f78fc6b7 (diff)
downloadforums-8eb4ec29eeea02460c98e07f120e216d3154fe8a.tar
forums-8eb4ec29eeea02460c98e07f120e216d3154fe8a.tar.gz
forums-8eb4ec29eeea02460c98e07f120e216d3154fe8a.tar.bz2
forums-8eb4ec29eeea02460c98e07f120e216d3154fe8a.tar.xz
forums-8eb4ec29eeea02460c98e07f120e216d3154fe8a.zip
[ticket/13938] Remove type and / from <link> elements
PHPBB3-13938
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html2
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_print.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
index 7fe0d67077..55d81b4e69 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
@@ -6,7 +6,7 @@
{META}
<title>{SITENAME} &bull; {PAGE_TITLE}</title>
-<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
+<link href="{T_THEME_PATH}/print.css" rel="stylesheet">
<!-- EVENT ucp_pm_viewmessage_print_head_append -->
</head>
<body id="phpbb">
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html
index 66199295bb..f65f1ab542 100644
--- a/phpBB/styles/prosilver/template/viewtopic_print.html
+++ b/phpBB/styles/prosilver/template/viewtopic_print.html
@@ -6,7 +6,7 @@
{META}
<title>{SITENAME} &bull; {PAGE_TITLE}</title>
-<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
+<link href="{T_THEME_PATH}/print.css" rel="stylesheet">
<!-- EVENT viewtopic_print_head_append -->
</head>
<body id="phpbb">