Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove type="favicon.ico"
It's not valid according to XHTML standard, and doesn't mean anything.
Therefore, it can be easily removed.
  • Loading branch information
KamilaBorowska committed May 18, 2014
1 parent 5f5fbce commit a763f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/header
Expand Up @@ -8,7 +8,7 @@
<head>
<title>[% readvar title %]</title>
[% ifvar more_header %] [% readvar more_header %] [%endifvar%]
<link rel="icon" href="/favicon.ico" type="favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<style type="text/css">
@import url("/style.css");
[% ifvar sitecss %][% readvar sitecsss %][% endifvar %]
Expand Down

0 comments on commit a763f62

Please sign in to comment.