main
Bob Mottram 2023-01-26 18:36:22 +00:00
parent 92f94e0ffb
commit a7650ff3f1
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ def insert_question(base_dir: str, translate: {},
continue continue
content += \ content += \
'<input type="radio" name="answer" value="' + \ '<input type="radio" name="answer" value="' + \
choice['name'].replace('"', '\"') + '" tabindex="10"> ' + \ choice['name'].replace('"', '\\"') + '" tabindex="10"> ' + \
choice['name'] + '<br><br>\n' choice['name'] + '<br><br>\n'
content += \ content += \
'<input type="submit" value="' + \ '<input type="submit" value="' + \