diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-11-28 13:17:07 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-11-28 13:17:07 +0100 |
commit | 371cfa4bfc53b20a42e7849984ca2febe9888885 (patch) | |
tree | b23bda3c02d7902f4ad6d00264af5b2b028e9448 /phpBB/adm | |
parent | f58add8d79b04256e0f5e3e7e75d17caaddfc609 (diff) | |
download | forums-371cfa4bfc53b20a42e7849984ca2febe9888885.tar forums-371cfa4bfc53b20a42e7849984ca2febe9888885.tar.gz forums-371cfa4bfc53b20a42e7849984ca2febe9888885.tar.bz2 forums-371cfa4bfc53b20a42e7849984ca2febe9888885.tar.xz forums-371cfa4bfc53b20a42e7849984ca2febe9888885.zip |
[ticket/12045] Correctly close <dd> with </dd>
PHPBB3-12045
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_prune_users.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_prune_users.html b/phpBB/adm/style/acp_prune_users.html index 1257f3fb3d..3c4ac454d3 100644 --- a/phpBB/adm/style/acp_prune_users.html +++ b/phpBB/adm/style/acp_prune_users.html @@ -39,7 +39,7 @@ </dl> <dl> <dt><label for="posts_on_queue">{L_POSTS_ON_QUEUE}{L_COLON}</label></dt> - <dd><select name="queue_select">{S_COUNT_OPTIONS}</select> <input type="number" id="posts_on_queue" name="posts_on_queue" /></select> + <dd><select name="queue_select">{S_COUNT_OPTIONS}</select> <input type="number" id="posts_on_queue" name="posts_on_queue" /></dd> </dl> <!-- IF S_GROUP_LIST --> <dl> |