mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
[ticket/13938] Remove type and / from <link> elements
PHPBB3-13938
This commit is contained in:
committed by
Joas Schilling
parent
338abf77e3
commit
8eb4ec29ee
@@ -6,7 +6,7 @@
|
|||||||
{META}
|
{META}
|
||||||
<title>{SITENAME} • {PAGE_TITLE}</title>
|
<title>{SITENAME} • {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 -->
|
<!-- EVENT ucp_pm_viewmessage_print_head_append -->
|
||||||
</head>
|
</head>
|
||||||
<body id="phpbb">
|
<body id="phpbb">
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
{META}
|
{META}
|
||||||
<title>{SITENAME} • {PAGE_TITLE}</title>
|
<title>{SITENAME} • {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 -->
|
<!-- EVENT viewtopic_print_head_append -->
|
||||||
</head>
|
</head>
|
||||||
<body id="phpbb">
|
<body id="phpbb">
|
||||||
|
Reference in New Issue
Block a user