diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html index 6235f9a104..26598c7c2b 100644 --- a/phpBB/adm/style/captcha_qa_acp.html +++ b/phpBB/adm/style/captcha_qa_acp.html @@ -2,7 +2,6 @@ - « {L_BACK}

{L_QUESTIONS}

@@ -25,15 +24,18 @@ {L_ACTION} + - - - {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 %} +