Extra label

merge-requests/8/head
Bob Mottram 2020-10-08 18:30:07 +01:00
parent af7c8f3d9f
commit 7902ece1b6
1 changed files with 3 additions and 2 deletions

View File

@ -5408,8 +5408,9 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool,
votesIndicator(totalVotes, positiveVoting)
htmlStr += '<p class="newswireItemVotedOn">' + \
'<a href="' + item[1] + '">' + item[0] + '</a>' + \
totalVotesStr
'<a href="' + item[1] + '">' + \
'<label class="newswireItemVotedOn">' + item[0] + \
'</label></a>' + totalVotesStr
if moderator:
htmlStr += \
' ' + \