Center ordering

main
Bob Mottram 2020-04-17 17:38:25 +01:00
parent 8200abc194
commit 2af1b5cb3b
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">' + \
'<center>http://' + onionDomain + '</center></p></div>'
'<div class="container"><center><p class="administeredby">' + \
'http://' + onionDomain + '</p></center></div>'
if adminNickname:
adminActor = \
httpPrefix + '://' + domainFull + '/users/' + adminNickname