mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/12045] Correctly close <span> before closing parent tag
PHPBB3-12045
This commit is contained in:
parent
371cfa4bfc
commit
d9c754a650
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
</dl>
|
</dl>
|
||||||
<!-- IF S_GROUP_LIST -->
|
<!-- IF S_GROUP_LIST -->
|
||||||
<dl>
|
<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>
|
<dd><select name="group_id">{S_GROUP_LIST}</select></dd>
|
||||||
</dl>
|
</dl>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue