mirror of https://gitlab.com/bashrc2/epicyon
Extra lines
parent
3025f12318
commit
55d65156da
|
@ -1405,7 +1405,7 @@ def insertQuestion(translate: {}, \
|
|||
if not choice.get('name'):
|
||||
continue
|
||||
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']+'"><br><br>'
|
||||
content+='</form></div>'
|
||||
return content
|
||||
|
||||
|
|
Loading…
Reference in New Issue