mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
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…
x
Reference in New Issue
Block a user