forked from indymedia/epicyon
Remove spaces
parent
8c70ce14a2
commit
b3e0ba8e42
|
@ -6458,7 +6458,7 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
'" class="timelineicon"/></a>\n'
|
'" class="timelineicon"/></a>\n'
|
||||||
else:
|
else:
|
||||||
tlStr += \
|
tlStr += \
|
||||||
' <a href="' + \
|
'<a href="' + \
|
||||||
usersPath + '/newswiremobile' + \
|
usersPath + '/newswiremobile' + \
|
||||||
'"><button class="buttonMobile">' + \
|
'"><button class="buttonMobile">' + \
|
||||||
'<span>' + translate['Newswire'] + \
|
'<span>' + translate['Newswire'] + \
|
||||||
|
@ -6475,7 +6475,7 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
'" class="timelineicon"/></a>\n'
|
'" class="timelineicon"/></a>\n'
|
||||||
else:
|
else:
|
||||||
tlStr += \
|
tlStr += \
|
||||||
' <a href="' + \
|
'<a href="' + \
|
||||||
usersPath + '/linksmobile' + \
|
usersPath + '/linksmobile' + \
|
||||||
'"><button class="buttonMobile">' + \
|
'"><button class="buttonMobile">' + \
|
||||||
'<span>' + translate['Links'] + \
|
'<span>' + translate['Links'] + \
|
||||||
|
@ -6483,7 +6483,7 @@ def headerButtonsTimeline(defaultTimeline: str,
|
||||||
|
|
||||||
if newsHeader:
|
if newsHeader:
|
||||||
tlStr += \
|
tlStr += \
|
||||||
' <a href="' + usersPath + '/editprofile">' + \
|
'<a href="' + usersPath + '/editprofile">' + \
|
||||||
'<button class="buttonDesktop">' + \
|
'<button class="buttonDesktop">' + \
|
||||||
'<span>' + translate['Settings'] + '</span></button></a>\n'
|
'<span>' + translate['Settings'] + '</span></button></a>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue