mirror of https://gitlab.com/bashrc2/epicyon
Remove spaces and newline
parent
7e9e2a4657
commit
de67c5cb7f
|
@ -6455,7 +6455,7 @@ def headerButtonsTimeline(defaultTimeline: str,
|
|||
'<img loading="lazy" src="/' + iconsDir + \
|
||||
'/newswire.png" title="' + translate['News'] + \
|
||||
'" alt="| ' + translate['News'] + \
|
||||
'" class="timelineicon"/></a>\n'
|
||||
'" class="timelineicon"/></a>'
|
||||
else:
|
||||
# NOTE: deliberately no \n at end of line
|
||||
tlStr += \
|
||||
|
@ -6473,7 +6473,7 @@ def headerButtonsTimeline(defaultTimeline: str,
|
|||
'<img loading="lazy" src="/' + iconsDir + \
|
||||
'/links.png" title="' + translate['Edit Links'] + \
|
||||
'" alt="| ' + translate['Edit Links'] + \
|
||||
'" class="timelineicon"/></a>\n'
|
||||
'" class="timelineicon"/></a>'
|
||||
else:
|
||||
# NOTE: deliberately no \n at end of line
|
||||
tlStr += \
|
||||
|
|
Loading…
Reference in New Issue