diff --git a/webinterface.py b/webinterface.py index 11da49851..e97cb4936 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3426,7 +3426,7 @@ def htmlProfile(defaultTimeline: str, # If this is the news account then show a different banner if isSystemAccount(nickname): - profileHeaderStr += '
\n' + profileHeaderStr = '
\n' profileHeaderStr += loginButton else: profileHeaderStr = '
\n'