From 351a9ed702ceed146b950e1c4e54ca8c59c941e4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 17 Apr 2020 17:31:48 +0100 Subject: [PATCH] Center text --- webinterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 1ebc948a..36a0e1e9 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1469,7 +1469,8 @@ def htmlAbout(baseDir: str, httpPrefix: str, aboutForm += '
' + aboutText + '
' if onionDomain: aboutForm += \ - '
http://' + onionDomain + '
' + '
http://' + \ + onionDomain + '
' if adminNickname: adminActor = \ httpPrefix + '://' + domainFull + '/users/' + adminNickname