From 1b72e03584ba736de981dd7b65c99cd4650c7cf1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Oct 2020 22:32:20 +0000 Subject: [PATCH] Scope for container --- webinterface.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webinterface.py b/webinterface.py index b0981d45..7ea7a80e 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3508,9 +3508,9 @@ def htmlProfile(defaultTimeline: str, profileStr = \ linkToTimelineStart + profileHeaderStr + \ linkToTimelineEnd + donateSection - profileStr += '
\n' - profileStr += '
' if not isSystemAccount(nickname): + profileStr += '
\n' + profileStr += '
' profileStr += \ ' ' - profileStr += logoutStr + editProfileStr - profileStr += '
' - profileStr += '
' + profileStr += logoutStr + editProfileStr + profileStr += '
' + profileStr += '
' profileStr += followApprovalsSection