aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/index_body.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-31 15:01:14 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-31 15:01:14 +0000
commitde8c0a3b9c458bad81c4e854117b64a24e2704ab (patch)
tree97cd55c67838d957cbe3ad3824f2cea2fd2cc6d4 /phpBB/styles/prosilver/template/index_body.html
parent33f5e4283b5087b07106e060a6e76ba36e1e584f (diff)
downloadforums-de8c0a3b9c458bad81c4e854117b64a24e2704ab.tar
forums-de8c0a3b9c458bad81c4e854117b64a24e2704ab.tar.gz
forums-de8c0a3b9c458bad81c4e854117b64a24e2704ab.tar.bz2
forums-de8c0a3b9c458bad81c4e854117b64a24e2704ab.tar.xz
forums-de8c0a3b9c458bad81c4e854117b64a24e2704ab.zip
minor markup bugs (#13895, #13525)
git-svn-id: file:///svn/phpbb/trunk@7988 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/index_body.html')
-rw-r--r--phpBB/styles/prosilver/template/index_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html
index 51255489ef..0993bab93f 100644
--- a/phpBB/styles/prosilver/template/index_body.html
+++ b/phpBB/styles/prosilver/template/index_body.html
@@ -21,9 +21,9 @@
<label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />
<label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
<!-- IF S_AUTOLOGIN_ENABLED -->
- | <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" />
+ | <label for="autologin">{L_LOG_ME_IN}<input type="checkbox" name="autologin" id="autologin" /></label>
<!-- ENDIF -->
- </label> <input type="submit" name="login" value="{L_LOGIN}" class="button2" />
+ <input type="submit" name="login" value="{L_LOGIN}" class="button2" />
</fieldset>
</form>
<!-- ENDIF -->