mirror of https://gitlab.com/bashrc2/epicyon
Remove newlines
parent
b3e0ba8e42
commit
caccc10db5
|
@ -6462,7 +6462,7 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
usersPath + '/newswiremobile' + \
|
usersPath + '/newswiremobile' + \
|
||||||
'"><button class="buttonMobile">' + \
|
'"><button class="buttonMobile">' + \
|
||||||
'<span>' + translate['Newswire'] + \
|
'<span>' + translate['Newswire'] + \
|
||||||
'</span></button></a>\n'
|
'</span></button></a>'
|
||||||
|
|
||||||
# the links button to show left column links
|
# the links button to show left column links
|
||||||
if not iconsAsButtons:
|
if not iconsAsButtons:
|
||||||
|
@ -6479,7 +6479,7 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
usersPath + '/linksmobile' + \
|
usersPath + '/linksmobile' + \
|
||||||
'"><button class="buttonMobile">' + \
|
'"><button class="buttonMobile">' + \
|
||||||
'<span>' + translate['Links'] + \
|
'<span>' + translate['Links'] + \
|
||||||
'</span></button></a>\n'
|
'</span></button></a>'
|
||||||
|
|
||||||
if newsHeader:
|
if newsHeader:
|
||||||
tlStr += \
|
tlStr += \
|
||||||
|
|
Loading…
Reference in New Issue