diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-11-28 13:17:38 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-11-28 13:17:38 +0100 |
commit | d9c754a6502cb78662671d681944fbf00a0aa2b3 (patch) | |
tree | 51a05aba0a1b169d30f5f44f17d217929cb8c818 | |
parent | 371cfa4bfc53b20a42e7849984ca2febe9888885 (diff) | |
download | forums-d9c754a6502cb78662671d681944fbf00a0aa2b3.tar forums-d9c754a6502cb78662671d681944fbf00a0aa2b3.tar.gz forums-d9c754a6502cb78662671d681944fbf00a0aa2b3.tar.bz2 forums-d9c754a6502cb78662671d681944fbf00a0aa2b3.tar.xz forums-d9c754a6502cb78662671d681944fbf00a0aa2b3.zip |
[ticket/12045] Correctly close <span> before closing parent tag
PHPBB3-12045
-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 3c4ac454d3..2bbb03a834 100644 --- a/phpBB/adm/style/acp_prune_users.html +++ b/phpBB/adm/style/acp_prune_users.html @@ -43,7 +43,7 @@ </dl> <!-- IF S_GROUP_LIST --> <dl> - <dt><label for="group_id">{L_GROUP}{L_COLON}</label><br /><span>{L_PRUNE_USERS_GROUP_EXPLAIN}</dt> + <dt><label for="group_id">{L_GROUP}{L_COLON}</label><br /><span>{L_PRUNE_USERS_GROUP_EXPLAIN}</span></dt> <dd><select name="group_id">{S_GROUP_LIST}</select></dd> </dl> <!-- ENDIF --> |