From 34ea9fc9cb2d37d710c510031701e7f56ec4c22b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 17 Apr 2020 17:34:37 +0100 Subject: [PATCH] Smaller text --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 36a0e1e9..b1d86259 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