merge-requests/8/head
Bob Mottram 2020-11-05 23:29:27 +00:00
parent e4f9399cc7
commit a5cb7f09c9
1 changed files with 1 additions and 1 deletions

View File

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