Extra line

master
Bob Mottram 2019-09-08 20:24:28 +01:00
parent 0af508b856
commit 3025f12318
2 changed files with 1 additions and 4 deletions

View File

@ -488,9 +488,6 @@ a:link {
input[type=radio] { input[type=radio] {
width: 32px; width: 32px;
margin : 0;
padding : 0;
opacity : 0;
} }
input[type=text], select, textarea { input[type=text], select, textarea {

View File

@ -1404,7 +1404,7 @@ def insertQuestion(translate: {}, \
continue continue
if not choice.get('name'): if not choice.get('name'):
continue continue
content+='<input type="radio" name="answer" value="'+choice['name']+'"> '+choice['name']+'<br>' content+='<input type="radio" name="answer" value="'+choice['name']+'"> '+choice['name']+'<br><br>'
content+='<input type="submit" value="'+translate['Submit']+'">' content+='<input type="submit" value="'+translate['Submit']+'">'
content+='</form></div>' content+='</form></div>'
return content return content