From 8200abc194537faf427284faedc54bb2cabc8e19 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 17 Apr 2020 17:36:09 +0100 Subject: [PATCH] Still center --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index b1d862599..5e0b67a88 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1469,8 +1469,8 @@ def htmlAbout(baseDir: str, httpPrefix: str, aboutForm += '
' + aboutText + '
' if onionDomain: aboutForm += \ - '

http://' + \ - onionDomain + '

' + '

' + \ + '

http://' + onionDomain + '

' if adminNickname: adminActor = \ httpPrefix + '://' + domainFull + '/users/' + adminNickname