From 76f8c0e56371224a62da6748b1d096a313670426 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Sep 2019 20:33:26 +0100 Subject: [PATCH] Centre button --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 635f5756..9912247d 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1405,7 +1405,7 @@ def insertQuestion(translate: {}, \ if not choice.get('name'): continue content+=' '+choice['name']+'

' - content+='

' + content+='


' content+='' return content