favicon: add link type
The favicon link tag was missing a type attribute.
This commit is contained in:
parent
f40ada6c81
commit
7334716d15
|
@ -44,7 +44,7 @@ $iframeClass = $isIframe ? ' iframe' : '';
|
|||
<!--[if lt IE 9]>
|
||||
<script src="<?= $this->baseUrl('js/vendor/respond.min.js');?>"></script>
|
||||
<![endif]-->
|
||||
<link rel="shortcut icon" href="<?= $this->baseUrl('img/favicon.png') ?>" />
|
||||
<link type="image/png" rel="shortcut icon" href="<?= $this->baseUrl('img/favicon.png') ?>" />
|
||||
|
||||
</head>
|
||||
<body id="body">
|
||||
|
|
Loading…
Reference in New Issue