diff --git a/webapp_question.py b/webapp_question.py index d8fb52d2e..e8f636d52 100644 --- a/webapp_question.py +++ b/webapp_question.py @@ -53,10 +53,11 @@ def insert_question(base_dir: str, translate: {}, continue content += \ ' ' + choice['name'] + '

\n' + choice['name'] + '" tabindex="10"> ' + \ + choice['name'] + '

\n' content += \ '

\n' + translate['Vote'] + '" class="vote" tabindex="10">

\n' content += '\n\n' else: # show the responses to a question