Remove space and newline

main
Bob Mottram 2020-11-02 20:22:33 +00:00
parent e38e4a11d9
commit 7e9e2a4657
1 changed files with 1 additions and 2 deletions

View File

@ -6699,12 +6699,11 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
moderationButtonStr = ''
if moderator and not minimal:
moderationButtonStr = \
' ' + \
'<a href="' + usersPath + \
'/moderation"><button class="' + \
moderationButton + '"><span>' + \
htmlHighlightLabel(translate['Mod'], newReport) + \
' </span></button></a>\n'
' </span></button></a>'
# shares, bookmarks and events buttons
sharesButtonStr = ''