diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html index b1cbb970e1..26598c7c2b 100644 --- a/phpBB/adm/style/captcha_qa_acp.html +++ b/phpBB/adm/style/captcha_qa_acp.html @@ -24,16 +24,18 @@ {L_ACTION} + - - - {# RTL is already managed by CSS #} - {{ questions.QUESTION_TEXT }} - {questions.QUESTION_LANG} - {ICON_EDIT} {ICON_DELETE} - - + {% for question in questions %} + + {# RTL is already managed by CSS #} + {{ question.QUESTION_TEXT }} + {{ question.QUESTION_LANG }} + {{ ICON_EDIT }} {{ ICON_DELETE }} + + {% endfor %} +