mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
[ticket/13938] Remove type and / from <link> elements
PHPBB3-13938
This commit is contained in:
parent
338abf77e3
commit
8eb4ec29ee
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue