From 1b2c4cb3e52c235da74e21a90e26b02b6eebd1d3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Jul 2021 20:41:51 +0100 Subject: [PATCH] Don't center --- webapp_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'):