diff --git a/webinterface.py b/webinterface.py index 985f546b..163853d0 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5897,9 +5897,13 @@ def htmlCitations(baseDir: str, nickname: str, domain: str, htmlStr += '
\n' htmlStr += translate['Choose newswire items ' + 'referenced in your article'] + '
' + if blogTitle is None: + blogTitle = '' htmlStr += \ ' \n' + if blogContent is None: + blogContent = '' htmlStr += \ ' \n'