From 55d65156dac2b5f7d011db321c99608fdf528ac3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Sep 2019 20:27:26 +0100 Subject: [PATCH] Extra lines --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 6db03348..44c0e8a8 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