Merge remote branch 'remotes/elrond/misc/lazyserver_paste_local'
[mediagoblin.git] / mediagoblin / templates / mediagoblin / utils / tags.html
index 32db6e31126d45c681ef8d9a1695cf5196e6b34e..b3211bd90ff6e1f9143338a6af23c98957474c71 100644 (file)
@@ -1,6 +1,6 @@
 {#
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 Free Software Foundation, Inc
+# Copyright (C) 2011 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -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 %}