Remove newline

merge-requests/8/head
Bob Mottram 2020-10-28 18:41:00 +00:00
parent fb45e1c8c9
commit 19077326d6
1 changed files with 1 additions and 2 deletions

View File

@ -3381,9 +3381,8 @@ def htmlProfile(iconsAsButtons: bool, defaultTimeline: str,
iconsDir = getIconsDir(baseDir)
if not authorized:
loginButton = '<br>'
# the links button to show left column links
loginButton += \
loginButton = \
' <a href="' + \
'/users/news/newswiremobile' + \
'"><button class="buttonMobile">' + \