From f6a8981028ddee85b3c57fcba79426e4af06fdf2 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Wed, 14 Apr 2021 23:03:36 +0200 Subject: [PATCH] [ticket/16757] Properly handle RTL text in ACP QA Captcha HTML PHPBB3-16757 --- phpBB/adm/style/captcha_qa_acp.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html index 6235f9a104..82ef2c8768 100644 --- a/phpBB/adm/style/captcha_qa_acp.html +++ b/phpBB/adm/style/captcha_qa_acp.html @@ -28,7 +28,8 @@ - {questions.QUESTION_TEXT} + {# RTL is already managed by CSS #} + {{ questions.QUESTION_TEXT }} {questions.QUESTION_LANG} {ICON_EDIT} {ICON_DELETE}