mirror of https://gitlab.com/bashrc2/epicyon
Double
parent
92f94e0ffb
commit
a7650ff3f1
|
@ -54,7 +54,7 @@ def insert_question(base_dir: str, translate: {},
|
|||
continue
|
||||
content += \
|
||||
'<input type="radio" name="answer" value="' + \
|
||||
choice['name'].replace('"', '\"') + '" tabindex="10"> ' + \
|
||||
choice['name'].replace('"', '\\"') + '" tabindex="10"> ' + \
|
||||
choice['name'] + '<br><br>\n'
|
||||
content += \
|
||||
'<input type="submit" value="' + \
|
||||
|
|
Loading…
Reference in New Issue