mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16757] Properly handle RTL text in ACP QA Captcha HTML
PHPBB3-16757
This commit is contained in:
parent
bd1033be68
commit
f6a8981028
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<!-- BEGIN questions -->
|
<!-- BEGIN questions -->
|
||||||
<tr>
|
<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;">{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>
|
<td style="text-align: center;"><a href="{questions.U_EDIT}">{ICON_EDIT}</a> <a href="{questions.U_DELETE}">{ICON_DELETE}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue