diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2010-01-17 17:27:19 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2010-01-17 17:27:19 +0000 |
commit | 5cce7d0bae22271b942b16e8343efec87f33dc89 (patch) | |
tree | 25bdb76e7e3d435cf5f4f473efa97f505b364b25 | |
parent | af6c5dd41d167a9402b7cc010caafcdee167bd10 (diff) | |
download | forums-5cce7d0bae22271b942b16e8343efec87f33dc89.tar forums-5cce7d0bae22271b942b16e8343efec87f33dc89.tar.gz forums-5cce7d0bae22271b942b16e8343efec87f33dc89.tar.bz2 forums-5cce7d0bae22271b942b16e8343efec87f33dc89.tar.xz forums-5cce7d0bae22271b942b16e8343efec87f33dc89.zip |
#56455 - remove extra space in template
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10421 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_register.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_register.html b/phpBB/styles/prosilver/template/ucp_register.html index e63abaec05..0c632f5c69 100644 --- a/phpBB/styles/prosilver/template/ucp_register.html +++ b/phpBB/styles/prosilver/template/ucp_register.html @@ -48,7 +48,7 @@ </dl> <dl> <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> <hr /> |