mirror of https://gitlab.com/bashrc2/epicyon
Remove newlines
parent
caccc10db5
commit
8a69942460
|
@ -6457,6 +6457,7 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
'" alt="| ' + translate['News'] + \
|
'" alt="| ' + translate['News'] + \
|
||||||
'" class="timelineicon"/></a>\n'
|
'" class="timelineicon"/></a>\n'
|
||||||
else:
|
else:
|
||||||
|
# NOTE: deliberately no \n at end of line
|
||||||
tlStr += \
|
tlStr += \
|
||||||
'<a href="' + \
|
'<a href="' + \
|
||||||
usersPath + '/newswiremobile' + \
|
usersPath + '/newswiremobile' + \
|
||||||
|
@ -6474,6 +6475,7 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
'" alt="| ' + translate['Edit Links'] + \
|
'" alt="| ' + translate['Edit Links'] + \
|
||||||
'" class="timelineicon"/></a>\n'
|
'" class="timelineicon"/></a>\n'
|
||||||
else:
|
else:
|
||||||
|
# NOTE: deliberately no \n at end of line
|
||||||
tlStr += \
|
tlStr += \
|
||||||
'<a href="' + \
|
'<a href="' + \
|
||||||
usersPath + '/linksmobile' + \
|
usersPath + '/linksmobile' + \
|
||||||
|
|
Loading…
Reference in New Issue