diff --git a/webinterface.py b/webinterface.py index 5e0b67a8..88c93ed1 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