mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-14 11:35:33 +02:00
[ticket/12045] Correctly close <span> before closing parent tag
PHPBB3-12045
This commit is contained in:
parent
371cfa4bfc
commit
d9c754a650
@ -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…
x
Reference in New Issue
Block a user