diff --git a/webinterface.py b/webinterface.py
index 224439d6..6f60ed4f 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -1260,10 +1260,13 @@ def htmlProfile(translate: {},projectVersion: str, \
if len(profileDescription.split('
'))>2:
profileDescriptionShort=''
profileDescription=profileDescription.replace('
','\n')
+ avatarDescription=''
+ if profileJson.get('summary'):
+ avatarDescription=profileJson['summary'].replace('
','\n').replace('
','').replace('
','') profileHeaderStr= \ '@'+nickname+'@'+domainFull+'
' \ ''+profileDescriptionShort+'
'+ \ @@ -3230,11 +3233,13 @@ def htmlProfileAfterSearch(translate: {}, \ if '','').replace('
','') profileStr= \ '@'+searchNickname+'@'+searchDomainFull+'
' \ ''+profileDescriptionShort+'
'+ \