Unclosed anchor tags in the tags! Fixed :)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 27 Oct 2011 18:53:32 +0000 (13:53 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 27 Oct 2011 18:53:32 +0000 (13:53 -0500)
mediagoblin/templates/mediagoblin/utils/tags.html

index 87e6a85f5fc3bb6a16e994281c67ac364f77e7b0..b3211bd90ff6e1f9143338a6af23c98957474c71 100644 (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 %}