aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/templates/languages.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/templates/languages.html b/source/templates/languages.html
index 0d209a8e..d186677d 100644
--- a/source/templates/languages.html
+++ b/source/templates/languages.html
@@ -8,6 +8,7 @@
%endfor
</ul>
%for language in articles_sorted_by_languages.keys():
+ <br />
<h1 id="${language}">${language}</h1>
%for feed_id in articles_sorted_by_languages[language]:
<%
bgstack15