mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:38:53 +00:00
[ticket/16812] login_body.html missing dt tag for autologin
Added missing dt element to autologin PHPBB3-16812
This commit is contained in:
parent
ccac4c5fe8
commit
7783912e93
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
<!-- ENDIF -->
|
||||
<!-- IF S_DISPLAY_FULL_LOGIN -->
|
||||
<dl>
|
||||
<dt> </dt>
|
||||
<!-- IF S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF -->
|
||||
<dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="5" /> {L_HIDE_ME}</label></dd>
|
||||
</dl>
|
||||
|
|
Loading…
Add table
Reference in a new issue