master
Bob Mottram 2019-08-22 19:37:22 +01:00
parent f695039e5a
commit 577094eb98
1 changed files with 1 additions and 1 deletions

View File

@ -1779,7 +1779,7 @@ def htmlProfileAfterSearch(baseDir: str,path: str,httpPrefix: str, \
if not avatarUrl: if not avatarUrl:
avatarUrl=getPersonAvatarUrl(baseDir,personUrl,personCache) avatarUrl=getPersonAvatarUrl(baseDir,personUrl,personCache)
displayName=searchNickname displayName=searchNickname
if profileJson.get('displayUsername'): if profileJson.get('name'):
displayName=profileJson['name'] displayName=profileJson['name']
profileDescription='' profileDescription=''
if profileJson.get('summary'): if profileJson.get('summary'):