aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_overview.html
diff options
context:
space:
mode:
authorwestr <russellwwest@gmail.com>2012-10-16 12:44:33 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-10-16 14:39:32 +0200
commitd376348acf271ab0e2bcba4e8eb5993192d0ef87 (patch)
tree3619b6bd294bcbb8cb9a5a99aba707f6af2705fe /phpBB/adm/style/acp_users_overview.html
parent68641aab93865c53b676a044538b4c7b7ce53e3f (diff)
downloadforums-d376348acf271ab0e2bcba4e8eb5993192d0ef87.tar
forums-d376348acf271ab0e2bcba4e8eb5993192d0ef87.tar.gz
forums-d376348acf271ab0e2bcba4e8eb5993192d0ef87.tar.bz2
forums-d376348acf271ab0e2bcba4e8eb5993192d0ef87.tar.xz
forums-d376348acf271ab0e2bcba4e8eb5993192d0ef87.zip
[ticket/11093] acp_users_overview.html has a wrongly placed </dd>
Amended the closing dd tag to the appropriate line: line 145 instead of 141 PHPBB3-11093
Diffstat (limited to 'phpBB/adm/style/acp_users_overview.html')
-rw-r--r--phpBB/adm/style/acp_users_overview.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html
index e2dcdb6307..ba350a13fb 100644
--- a/phpBB/adm/style/acp_users_overview.html
+++ b/phpBB/adm/style/acp_users_overview.html
@@ -142,10 +142,11 @@
<dt><label for="delete_type">{L_DELETE_USER}:</label><br /><span>{L_DELETE_USER_EXPLAIN}</span></dt>
<dd>
<!-- IF USER_HAS_POSTS -->
- <select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select></dd>
+ <select id="delete_type" name="delete_type"><option class="sep" value="">{L_SELECT_OPTION}</option><option value="retain">{L_RETAIN_POSTS}</option><option value="remove">{L_DELETE_POSTS}</option></select>
<!-- ELSE -->
{L_USER_NO_POSTS_TO_DELETE}<input type="hidden" id="delete_type" name="delete_type" value="retain" />
<!-- ENDIF -->
+ </dd>
</dl>
<p class="quick">
<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />