Added closing anchor tag.

This commit is contained in:
tomatic
2012-03-20 13:40:58 +01:00
parent e38b06c659
commit 6fc7556681

View File

@@ -3,7 +3,7 @@
{% block content %} {% block content %}
<ul> <ul>
{% for tag, articles in tags %} {% for tag, articles in tags %}
<li><a href="{{ SITEURL }}/tag/{{ tag }}.html">{{ tag }}</li> <li><a href="{{ SITEURL }}/tag/{{ tag }}.html">{{ tag }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
{% endblock %} {% endblock %}