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:
Shawn Pearce
2013-03-20 13:58:58 -07:00
parent 8cc723e4cd
commit f2eeff3a5e

View File

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