Still center

main
Bob Mottram 2020-04-17 17:36:09 +01:00
parent 34ea9fc9cb
commit 8200abc194
1 changed files with 2 additions and 2 deletions

View File

@ -1469,8 +1469,8 @@ def htmlAbout(baseDir: str, httpPrefix: str,
aboutForm += '<div class="container">' + aboutText + '</div>'
if onionDomain:
aboutForm += \
'<div class="container"><p class="administeredby">http://' + \
onionDomain + '</p></div>'
'<div class="container"><p class="administeredby">' + \
'<center>http://' + onionDomain + '</center></p></div>'
if adminNickname:
adminActor = \
httpPrefix + '://' + domainFull + '/users/' + adminNickname