From d60aad0659dd6c13f85a027d3ffecf2ab4eece0f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 9 Oct 2020 14:13:51 +0100 Subject: [PATCH] Newswire item colors --- webinterface.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/webinterface.py b/webinterface.py index b6b0ab4c..0baba49a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5427,8 +5427,9 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool, if moderator and moderatedItem: htmlStr += '

' + \ - '' + item[0] + '' + \ - totalVotesStr + '' + \ + '' + totalVotesStr htmlStr += \ ' ' + \ '' + \ - '' + item[0] + '' + \ + '' + \ + '' + \ totalVotesStr htmlStr += '

'