Browse Source

Properly close meta tags

Talha Mansoor 11 years ago
parent
commit
32286041c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/base.html

+ 1 - 1
templates/base.html

@@ -15,7 +15,7 @@
         {% endif %}
 
         {% if SITE_DESCRIPTION %}
-        <meta name="description" content="{% block head_description %}{{ SITE_DESCRIPTION }}{% endblock head_description %}">
+        <meta name="description" content="{% block head_description %}{{ SITE_DESCRIPTION }}{% endblock head_description %}" />
         {% endif %}
         <title>{% block title %}{{ SITENAME|striptags }}{% endblock title %}</title>
         {% block head_links %}