diff --git a/webinterface.py b/webinterface.py index 0b1f99a56..47f52b745 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3111,9 +3111,9 @@ def htmlProfile(defaultTimeline: str, donateSection += '
\n' if donateUrl: donateSection += \ - '

' + translate['Donate'] + \ - '

\n' + '

\n' if emailAddress: donateSection += \ '

' + translate['Email'] + ': \n' + \ + nickname + '/left_col_image.png" />\n' + \ '

\n' if editImageClass == 'leftColEdit': @@ -5300,7 +5300,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, htmlStr += \ '\n
\n' + \ ' \n' + \ + nickname + '/right_col_image.png" />\n' + \ '
\n' if editImageClass == 'rightColEdit': @@ -5612,7 +5612,8 @@ def htmlTimeline(defaultTimeline: str, # banner and row of buttons tlStr += \ '
\n' + translate['Switch to profile view'] + '" alt="' + \ + translate['Switch to profile view'] + '">\n' tlStr += '
' tlStr += '
\n
\n'