Correct MIME type of favicon.ico reference
This is not a GIF, it is an "MS Windows icon resource". Some browsers may skip the image if the type is wrong. Change-Id: I504c1d8ba30e090122022fa430ee9f0a030fa367
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</script>
|
||||
<script id="gerrit_hostpagedata"></script>
|
||||
<style id="gerrit_sitecss" type="text/css"></style>
|
||||
<link rel="icon" type="image/gif" href="favicon.ico" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="gerrit_topmenu"></div>
|
||||
|
||||
Reference in New Issue
Block a user