close tag in subtitles html
[mediagoblin.git] / mediagoblin / plugins / subtitles / templates / mediagoblin / plugins / subtitles / subtitle_media_block.html
index fd0fd24ecbff4f1d377db420696ba75378a01892..7426c9718fcda98229505860587e4c7be973dd51 100644 (file)
@@ -1,6 +1,6 @@
 {#
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011, 2012 MediaGoblin contributors.  See AUTHORS.
+# Copyright (C) 2016 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
@@ -28,6 +28,7 @@
                             media_id=media.id,
                             id=subtitle.id ) }}">
                 {{- subtitle.name -}}
+               </a>
             </li>
           {%- endfor %}
         </ul>
@@ -47,4 +48,4 @@
         </p>
       {%- endif %}
     {% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}