Replace double quotes

main
Bob Mottram 2023-01-26 18:26:04 +00:00
parent 3c3a3a2ae6
commit 92f94e0ffb
1 changed files with 1 additions and 1 deletions

View File

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