mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16757] Properly handle RTL text in ACP QA Captcha HTML
PHPBB3-16757
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user