From b0267fb39ac78a3b90fa984134519532c0e93a99 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 13 Oct 2020 11:36:30 +0100 Subject: [PATCH] Center login button --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index e97cb493..8949fdc6 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3427,7 +3427,7 @@ def htmlProfile(defaultTimeline: str, # If this is the news account then show a different banner if isSystemAccount(nickname): profileHeaderStr = '
\n' - profileHeaderStr += loginButton + profileHeaderStr += '
' + loginButton + '
\n' else: profileHeaderStr = '
\n' profileHeaderStr += '
\n'