mirror of https://gitlab.com/bashrc2/epicyon
Center text
parent
859fe460b9
commit
351a9ed702
|
@ -1469,7 +1469,8 @@ def htmlAbout(baseDir: str, httpPrefix: str,
|
||||||
aboutForm += '<div class="container">' + aboutText + '</div>'
|
aboutForm += '<div class="container">' + aboutText + '</div>'
|
||||||
if onionDomain:
|
if onionDomain:
|
||||||
aboutForm += \
|
aboutForm += \
|
||||||
'<div class="container">http://' + onionDomain + '</div>'
|
'<div class="container"><center>http://' + \
|
||||||
|
onionDomain + '</center></div>'
|
||||||
if adminNickname:
|
if adminNickname:
|
||||||
adminActor = \
|
adminActor = \
|
||||||
httpPrefix + '://' + domainFull + '/users/' + adminNickname
|
httpPrefix + '://' + domainFull + '/users/' + adminNickname
|
||||||
|
|
Loading…
Reference in New Issue