No extra newline

main
Bob Mottram 2020-10-04 23:00:29 +01:00
parent fed52f148b
commit a9386ead07
1 changed files with 1 additions and 1 deletions

View File

@ -5345,7 +5345,7 @@ def htmlNewswire(newswire: str) -> str:
htmlStr += '<p class="newswireItem">' + \
'<a href="' + item[1] + '">' + item[0] + '</a>'
htmlStr += ' <label class="newswireDate">'
htmlStr += dateStr.replace('+00:00', '') + '</label></p><br>'
htmlStr += dateStr.replace('+00:00', '') + '</label></p>'
return htmlStr