Browse Source

This aint no xhtml!

Ralfp 12 years ago
parent
commit
f14c9ef0e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/cranefly/base.html

+ 1 - 1
templates/cranefly/base.html

@@ -6,7 +6,7 @@
     <title>{% block title %}{{ page_title() }}{% endblock %}</title>
     <title>{% block title %}{{ page_title() }}{% endblock %}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">{% block meta %}{% endblock %}
     <meta name="viewport" content="width=device-width, initial-scale=1.0">{% block meta %}{% endblock %}
     <link href="{{ STATIC_URL }}cranefly/css/cranefly.css" rel="stylesheet">{% block stylesheets %}{% endblock %}
     <link href="{{ STATIC_URL }}cranefly/css/cranefly.css" rel="stylesheet">{% block stylesheets %}{% endblock %}
-    <link rel="shortcut icon" href="{{ STATIC_URL }}favicon.ico" />
+    <link rel="shortcut icon" href="{{ STATIC_URL }}favicon.ico">
   </head>
   </head>
   <body itemscope itemtype="http://schema.org/WebPage"{% block body_class %}{% endblock %}>
   <body itemscope itemtype="http://schema.org/WebPage"{% block body_class %}{% endblock %}>
   	{% block body %}{% endblock %}
   	{% block body %}{% endblock %}