From 3025f123182f8c2e87f424972b9860dd98eddf17 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Sep 2019 20:24:28 +0100 Subject: [PATCH] Extra line --- epicyon-profile.css | 3 --- webinterface.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index bdce445b..d0c4dcd2 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -488,9 +488,6 @@ a:link { input[type=radio] { width: 32px; - margin : 0; - padding : 0; - opacity : 0; } input[type=text], select, textarea { diff --git a/webinterface.py b/webinterface.py index 72629586..6db03348 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1404,7 +1404,7 @@ def insertQuestion(translate: {}, \ continue if not choice.get('name'): continue - content+=' '+choice['name']+'
' + content+=' '+choice['name']+'

' content+='' content+='' return content