No paragraph end

merge-requests/8/head
Bob Mottram 2020-11-05 23:26:47 +00:00
parent 67e26b45c6
commit e4f9399cc7
1 changed files with 1 additions and 2 deletions

View File

@ -5927,8 +5927,7 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
'value="' + dateStr + '"/>' + \
'<a href="' + link + '">' + title + '</a> '
htmlStr += '<span class="newswireDate">' + \
dateShown + '</span></p>'
htmlStr += '<br/>\n'
dateShown + '</span>\n'
htmlStr += '</form>\n'
return htmlStr + htmlFooter()