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