No paragraph end

merge-requests/30/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 + '"/>' + \ 'value="' + dateStr + '"/>' + \
'<a href="' + link + '">' + title + '</a> ' '<a href="' + link + '">' + title + '</a> '
htmlStr += '<span class="newswireDate">' + \ htmlStr += '<span class="newswireDate">' + \
dateShown + '</span></p>' dateShown + '</span>\n'
htmlStr += '<br/>\n'
htmlStr += '</form>\n' htmlStr += '</form>\n'
return htmlStr + htmlFooter() return htmlStr + htmlFooter()