forked from indymedia/epicyon
Extra label
parent
af7c8f3d9f
commit
7902ece1b6
|
@ -5408,8 +5408,9 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool,
|
||||||
votesIndicator(totalVotes, positiveVoting)
|
votesIndicator(totalVotes, positiveVoting)
|
||||||
|
|
||||||
htmlStr += '<p class="newswireItemVotedOn">' + \
|
htmlStr += '<p class="newswireItemVotedOn">' + \
|
||||||
'<a href="' + item[1] + '">' + item[0] + '</a>' + \
|
'<a href="' + item[1] + '">' + \
|
||||||
totalVotesStr
|
'<label class="newswireItemVotedOn">' + item[0] + \
|
||||||
|
'</label></a>' + totalVotesStr
|
||||||
if moderator:
|
if moderator:
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
' ' + \
|
' ' + \
|
||||||
|
|
Loading…
Reference in New Issue