diff --git a/webinterface.py b/webinterface.py index 1e4e4e85..bc85d1fd 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3502,7 +3502,8 @@ def htmlProfile(rssIconAtTop: bool, # If this is the news account then show a different banner if isSystemAccount(nickname): profileHeaderStr = \ - '\n' + '\n' if loginButton: profileHeaderStr += '
' + loginButton + '
\n' @@ -5920,7 +5921,8 @@ def htmlLinksMobile(cssCache: {}, baseDir: str, htmlStr = htmlHeader(cssFilename, profileStyle) htmlStr += \ - '\n' + '\n' htmlStr += '
' + \ headerButtonsFrontScreen(translate, nickname, @@ -5979,7 +5981,8 @@ def htmlNewswireMobile(cssCache: {}, baseDir: str, nickname: str, htmlStr = htmlHeader(cssFilename, profileStyle) htmlStr += \ - '\n' + '\n' htmlStr += '
' + \ headerButtonsFrontScreen(translate, nickname, @@ -6722,7 +6725,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, '\n' - tlStr += '\n' if fullWidthTimelineButtonHeader: