Center text

main
Bob Mottram 2020-04-17 17:31:48 +01:00
parent 859fe460b9
commit 351a9ed702
1 changed files with 2 additions and 1 deletions

View File

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