diff --git a/webinterface.py b/webinterface.py index e9a7d9b34..e2992d69c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5927,7 +5927,7 @@ def htmlCitations(baseDir: str, nickname: str, domain: str, 'value="' + dateStr + '"/>' + \ '' + title + ' ' htmlStr += '' + \ - dateShown + '\n' + dateShown + '
\n' htmlStr += '\n' return htmlStr + htmlFooter()