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