From 5b6e8ef9a2f537043139bc33f38f6ed8268314d1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 26 Aug 2019 17:10:24 +0100 Subject: [PATCH] About on separate line --- webinterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 32be6845..2292a026 100644 --- a/webinterface.py +++ b/webinterface.py @@ -470,7 +470,8 @@ def htmlLogin(baseDir: str) -> str: loginText='

Welcome. Please login or register a new account.

' registerButtonStr='' - TOSstr='

Terms of Service About

' + TOSstr='

Terms of Service

' + TOSstr+='

About this Instance

' loginButtonStr='' if accounts>0: