mirror of https://gitlab.com/bashrc2/epicyon
Remove space and newline
parent
e38e4a11d9
commit
7e9e2a4657
|
@ -6699,12 +6699,11 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
moderationButtonStr = ''
|
moderationButtonStr = ''
|
||||||
if moderator and not minimal:
|
if moderator and not minimal:
|
||||||
moderationButtonStr = \
|
moderationButtonStr = \
|
||||||
' ' + \
|
|
||||||
'<a href="' + usersPath + \
|
'<a href="' + usersPath + \
|
||||||
'/moderation"><button class="' + \
|
'/moderation"><button class="' + \
|
||||||
moderationButton + '"><span>' + \
|
moderationButton + '"><span>' + \
|
||||||
htmlHighlightLabel(translate['Mod'], newReport) + \
|
htmlHighlightLabel(translate['Mod'], newReport) + \
|
||||||
' </span></button></a>\n'
|
' </span></button></a>'
|
||||||
|
|
||||||
# shares, bookmarks and events buttons
|
# shares, bookmarks and events buttons
|
||||||
sharesButtonStr = ''
|
sharesButtonStr = ''
|
||||||
|
|
Loading…
Reference in New Issue