1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 08:13:14 +02:00

[ticket/11098] Fix error reporting on the autologin key pages

PHPBB3-11098
This commit is contained in:
Matt Friedman
2014-04-09 23:17:30 -07:00
parent 150a45b943
commit 80bc30214f
3 changed files with 6 additions and 15 deletions

View File

@@ -4,13 +4,10 @@
<tr>
<th colspan="4">{L_TITLE}</th>
</tr>
<!-- IF .errors -->
<!-- IF ERROR -->
<tr>
<td class="row3" colspan="2" align="center"><span class="gensmall error">
<!-- BEGIN errors -->
{errors} <br />
<!-- END errors -->
</td>
<td class="row3" colspan="4" align="center"><span class="genmed error">{ERROR}</span></td>
</tr>
<!-- ENDIF -->