diff --git a/topics/templates/topics/list.html b/topics/templates/topics/list.html
index 8cf0f41..402f809 100644
--- a/topics/templates/topics/list.html
+++ b/topics/templates/topics/list.html
@@ -6,7 +6,7 @@
-
+
{% for topic in subject.topic_subject.all %}
{% if not topic.repository and topic.visible or has_subject_permissions %}
@@ -21,7 +21,7 @@
{% if has_subject_permissions %}
@@ -73,4 +74,4 @@
{% endfor %}
-
\ No newline at end of file
+
--
libgit2 0.21.2