diff --git a/public/templates/header.tpl b/public/templates/header.tpl index f7cd8f1ebc..5fc649f008 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -9,7 +9,7 @@ <link rel="stylesheet" type="text/css" href="{relative_path}/css/theme.css?{cache-buster}" /> <!-- IF bootswatchCSS --><link href="{bootswatchCSS}" rel="stylesheet" media="screen"><!-- ENDIF bootswatchCSS --> <!-- BEGIN linkTags --> - <link<!-- IF linkTags.link --> link="{linkTags.link}"<!-- ENDIF linkTags.link --><!-- IF linkTags.rel --> rel="{linkTags.rel}"<!-- ENDIF linkTags.rel --><!-- IF linkTags.href --> href="{linkTags.href}"<!-- ENDIF linkTags.href --> /> + <link<!-- IF linkTags.link --> link="{linkTags.link}"<!-- ENDIF linkTags.link --><!-- IF linkTags.rel --> rel="{linkTags.rel}"<!-- ENDIF linkTags.rel --><!-- IF linkTags.type --> type="{linkTags.type}"<!-- ENDIF linkTags.type --><!-- IF linkTags.href --> href="{linkTags.href}"<!-- ENDIF linkTags.href --> /> <!-- END linkTags --> <!-- BEGIN pluginCSS --> <link rel="stylesheet" href="{pluginCSS.path}?{cache-buster}">