Don't center

main
Bob Mottram 2021-07-28 20:41:51 +01:00
parent a77794468a
commit 1b2c4cb3e5
1 changed files with 2 additions and 2 deletions

View File

@ -1369,10 +1369,10 @@ def htmlShowShare(baseDir: str, domain: str, nickname: str,
'alt="" ' + \
'src="/users/' + nickname + '/' + bannerFile + '" /></a>\n' + \
'</header><br>\n'
shareStr += '<center>' + \
shareStr += \
htmlSearchResultShare(sharedItem, translate, httpPrefix,
domainFull, contactNickname, itemID,
actor) + '</center>'
actor)
cssFilename = baseDir + '/epicyon-profile.css'
if os.path.isfile(baseDir + '/epicyon.css'):