Added missing closing anchor tag.

This commit is contained in:
tomatic
2012-03-20 13:45:12 +01:00
parent e38b06c659
commit b9019a93de

View File

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