diff --git a/webapp_profile.py b/webapp_profile.py index 8b182e4b..378139c5 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -288,9 +288,11 @@ def getProfileHeader(baseDir: str, nickname: str, domain: str, 'src="/users/' + nickname + '/image.png" />\n' htmlStr += '
\n' htmlStr += \ - ' ' + \
-        avatarDescription + '\n' + ' \n' + \ + ' \n' htmlStr += '

' + displayName + '

\n' htmlStr += \ '

@' + nickname + '@' + domainFull + '
\n'