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:
parent
bd1033be68
commit
f6a8981028
@ -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> <a href="{questions.U_DELETE}">{ICON_DELETE}</a></td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user