Remove newlines

merge-requests/8/head
Bob Mottram 2020-11-02 19:34:47 +00:00
parent caccc10db5
commit 8a69942460
1 changed files with 2 additions and 0 deletions

View File

@ -6457,6 +6457,7 @@ def headerButtonsTimeline(defaultTimeline: str,
'" alt="| ' + translate['News'] + \
'" class="timelineicon"/></a>\n'
else:
# NOTE: deliberately no \n at end of line
tlStr += \
'<a href="' + \
usersPath + '/newswiremobile' + \
@ -6474,6 +6475,7 @@ def headerButtonsTimeline(defaultTimeline: str,
'" alt="| ' + translate['Edit Links'] + \
'" class="timelineicon"/></a>\n'
else:
# NOTE: deliberately no \n at end of line
tlStr += \
'<a href="' + \
usersPath + '/linksmobile' + \