diff --git a/webinterface.py b/webinterface.py
index 03a84788f..102dd881f 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -2757,6 +2757,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
citationsStr = '
\n'
citationsStr += '
\n'
+ citationsStr += '
\n'
citationsSeparator = '#####'
with open(citationsFilename, "r") as f:
citations = f.readlines()
@@ -2769,7 +2770,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
title = sections[1]
link = sections[2]
citationsStr += \
- '' + title + '
'
+ ' - ' + title + '
'
+ citationsStr += '
\n'
citationsStr += '
\n'
dateAndLocation = ''