Remove newlines

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

View File

@ -6462,7 +6462,7 @@ def headerButtonsTimeline(defaultTimeline: str,
usersPath + '/newswiremobile' + \
'"><button class="buttonMobile">' + \
'<span>' + translate['Newswire'] + \
'</span></button></a>\n'
'</span></button></a>'
# the links button to show left column links
if not iconsAsButtons:
@ -6479,7 +6479,7 @@ def headerButtonsTimeline(defaultTimeline: str,
usersPath + '/linksmobile' + \
'"><button class="buttonMobile">' + \
'<span>' + translate['Links'] + \
'</span></button></a>\n'
'</span></button></a>'
if newsHeader:
tlStr += \