Commit c6f0c57b by Bridger Maxwell

Fixed typo where favicon was references as image/image/x-icon

parent 95f7e99d
......@@ -4,7 +4,7 @@
<head>
<%block name="title"><title>edX</title></%block>
<link rel="icon" type="image/image/x-icon" href="${static.url('images/favicon.ico')}" />
<link rel="icon" type="image/x-icon" href="${static.url('images/favicon.ico')}" />
<%static:css group='application'/>
<!--[if lt IE 9]>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment