diff --git a/webapp_utils.py b/webapp_utils.py index eaf30c146..49c2970d3 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -1369,10 +1369,10 @@ def htmlShowShare(baseDir: str, domain: str, nickname: str, 'alt="" ' + \ 'src="/users/' + nickname + '/' + bannerFile + '" />\n' + \ '
\n' - shareStr += '
' + \ + shareStr += \ htmlSearchResultShare(sharedItem, translate, httpPrefix, domainFull, contactNickname, itemID, - actor) + '
' + actor) cssFilename = baseDir + '/epicyon-profile.css' if os.path.isfile(baseDir + '/epicyon.css'):