From 92f94e0ffbe71b709a775c861ee10daa39fbfec5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 26 Jan 2023 18:26:04 +0000 Subject: [PATCH] Replace double quotes --- webapp_question.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_question.py b/webapp_question.py index 93bdcf3e9..c98f0bc19 100644 --- a/webapp_question.py +++ b/webapp_question.py @@ -54,7 +54,7 @@ def insert_question(base_dir: str, translate: {}, continue content += \ ' ' + \ + choice['name'].replace('"', '\"') + '" tabindex="10"> ' + \ choice['name'] + '

\n' content += \ '