From 7c6924acd277f046c29c33141303ededf7cb39fd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Nov 2020 23:17:37 +0000 Subject: [PATCH] Avatar also links to timeline --- webapp_profile.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index 8b182e4b3..378139c56 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'