From 0c4518b2cc1bbfbebd00aaefb09087d009e7965b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 3 Oct 2020 10:29:36 +0100 Subject: [PATCH] Revert "Tidying of buttons" This reverts commit 61ede3e4aa79ea168622e49da8a4c361927b1f19. --- webinterface.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/webinterface.py b/webinterface.py index 5bcbfed7..0b1f99a5 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3254,29 +3254,29 @@ def htmlProfile(defaultTimeline: str, profileStr += '
\n' profileStr += '
' profileStr += \ - ' ' + \ - '' + translate['Posts'] + ' ' + ' ' profileStr += \ - ' ' + \ - '' + translate['Following'] + ' ' + ' ' + \ + '' profileStr += \ - ' ' + \ - '' + translate['Followers'] + ' ' + ' ' + \ + '' profileStr += \ - ' ' + \ - '' + translate['Roles'] + ' ' + ' ' + \ + '' profileStr += \ ' ' + \ '' profileStr += \ - ' ' + \ - '' + translate['Shares'] + ' ' + ' ' + \ + '' profileStr += editProfileStr + logoutStr profileStr += '
' profileStr += '
'