aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-12 15:01:25 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-12 15:08:36 +0100
commit4c9820d1ca47d088146f3f52fb1126821efe3646 (patch)
tree35ede5b5fcf5571e77c1045765908ae54a955e57 /phpBB/adm/style
parent2265811cd16f6473807f647cba4693c5366324c6 (diff)
downloadforums-4c9820d1ca47d088146f3f52fb1126821efe3646.tar
forums-4c9820d1ca47d088146f3f52fb1126821efe3646.tar.gz
forums-4c9820d1ca47d088146f3f52fb1126821efe3646.tar.bz2
forums-4c9820d1ca47d088146f3f52fb1126821efe3646.tar.xz
forums-4c9820d1ca47d088146f3f52fb1126821efe3646.zip
[feature/avatars] add missing html closing tags and fix tabbing
PHPBB3-10018
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_users_avatar.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_users_avatar.html b/phpBB/adm/style/acp_users_avatar.html
index 93a7b38390..62c80f14c1 100644
--- a/phpBB/adm/style/acp_users_avatar.html
+++ b/phpBB/adm/style/acp_users_avatar.html
@@ -37,14 +37,15 @@
</dl>
<!-- ENDIF -->
<!-- ELSE -->
- </fieldset>
+ </fieldset>
- <fieldset>
- <legend>{L_AVATAR_GALLERY}</legend>
+ <fieldset>
+ <legend>{L_AVATAR_GALLERY}</legend>
<dl>
<dt><label for="category">{L_AVATAR_CATEGORY}{L_COLON}</label></dt>
<dd><select name="category" id="category">{S_CAT_OPTIONS}</select>&nbsp;<input class="button2" type="submit" value="{L_GO}" name="display_gallery" /></dd>
- <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
+ </dl>
+ <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
<dl>
<dt><label>{L_CURRENT_IMAGE}:</label><br /><span>{L_AVATAR_EXPLAIN}</span></dt>
<dd>{AVATAR}</dd>