mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 12:46:38 +02:00
#56455 - remove extra space in template
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10421 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -48,7 +48,7 @@
|
|||||||
</dl>
|
</dl>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="password_confirm">{L_CONFIRM_PASSWORD}:</label></dt>
|
<dt><label for="password_confirm">{L_CONFIRM_PASSWORD}:</label></dt>
|
||||||
<dd><input type="password" tabindex="5" name="password_confirm" id="password_confirm" size="25" value="{PASSWORD_CONFIRM}" class="inputbox autowidth" title="{L_CONFIRM_PASSWORD}" /></dd>
|
<dd><input type="password" tabindex="5" name="password_confirm" id="password_confirm" size="25" value="{PASSWORD_CONFIRM}" class="inputbox autowidth" title="{L_CONFIRM_PASSWORD}" /></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
Reference in New Issue
Block a user