favicon: add link type

The favicon link tag was missing a type attribute.
This commit is contained in:
Thomas Gelf 2014-08-19 12:25:14 +02:00
parent f40ada6c81
commit 7334716d15
1 changed files with 1 additions and 1 deletions

View File

@ -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">