aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-10-27 13:53:32 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-10-27 13:53:32 -0500
commit18909d599479903771aba1d5ff4a8355b95bce15 (patch)
tree26a44bf0485789fa3490df92a3d7681d4b23ba1b
parente360a992762ca6ca36aec58a4be6a9b45cf6ca9a (diff)
downloadmediagoblin-18909d599479903771aba1d5ff4a8355b95bce15.tar.lz
mediagoblin-18909d599479903771aba1d5ff4a8355b95bce15.tar.xz
mediagoblin-18909d599479903771aba1d5ff4a8355b95bce15.zip
Unclosed anchor tags in the tags! Fixed :)
-rw-r--r--mediagoblin/templates/mediagoblin/utils/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/tags.html b/mediagoblin/templates/mediagoblin/utils/tags.html
index 87e6a85f..b3211bd9 100644
--- a/mediagoblin/templates/mediagoblin/utils/tags.html
+++ b/mediagoblin/templates/mediagoblin/utils/tags.html
@@ -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 %}