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