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