mirror of https://gitlab.com/bashrc2/epicyon
Remove newline
parent
fb45e1c8c9
commit
19077326d6
|
@ -3381,9 +3381,8 @@ def htmlProfile(iconsAsButtons: bool, defaultTimeline: str,
|
||||||
|
|
||||||
iconsDir = getIconsDir(baseDir)
|
iconsDir = getIconsDir(baseDir)
|
||||||
if not authorized:
|
if not authorized:
|
||||||
loginButton = '<br>'
|
|
||||||
# the links button to show left column links
|
# the links button to show left column links
|
||||||
loginButton += \
|
loginButton = \
|
||||||
' <a href="' + \
|
' <a href="' + \
|
||||||
'/users/news/newswiremobile' + \
|
'/users/news/newswiremobile' + \
|
||||||
'"><button class="buttonMobile">' + \
|
'"><button class="buttonMobile">' + \
|
||||||
|
|
Loading…
Reference in New Issue