Unclosed anchor tags in the tags! Fixed :)

This commit is contained in:
Christopher Allan Webber 2011-10-27 13:53:32 -05:00
parent e360a99276
commit 18909d5994

View File

@ -23,7 +23,7 @@
<li class="tag">
<a href="{{ request.urlgen(
'mediagoblin.listings.tags_listing',
tag=tag['slug']) }}">{{ tag['name'] }}</li>
tag=tag['slug']) }}">{{ tag['name'] }}</a></li>
{% endfor %}
</ul>
{% endblock %}