1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-22 00:32:29 +02:00

[ticket/16757] Properly handle RTL text in ACP QA Captcha HTML

PHPBB3-16757
This commit is contained in:
3D-I 2021-04-14 23:03:36 +02:00
parent bd1033be68
commit f6a8981028

View File

@ -28,7 +28,8 @@
<tbody>
<!-- BEGIN questions -->
<tr>
<td style="text-align: left;">{questions.QUESTION_TEXT}</td>
{# RTL is already managed by CSS #}
<td>{{ questions.QUESTION_TEXT }}</td>
<td style="text-align: center;">{questions.QUESTION_LANG}</td>
<td style="text-align: center;"><a href="{questions.U_EDIT}">{ICON_EDIT}</a>&nbsp;<a href="{questions.U_DELETE}">{ICON_DELETE}</a></td>
</tr>