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 += '
'