mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-01 03:54:56 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10187] XHTML fix for empty groups in UCP.
This commit is contained in:
commit
e11caec2a0
@ -143,8 +143,15 @@
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGINELSE -->
|
||||
<table class="table1" cellspacing="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<td class="bg1" colspan="5">{L_GROUPS_NO_MEMBERS}</td>
|
||||
<th class="name">{L_MEMBERS}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="bg1">{L_GROUPS_NO_MEMBERS}</td>
|
||||
</tr>
|
||||
<!-- END member -->
|
||||
</tbody>
|
||||
|
Loading…
x
Reference in New Issue
Block a user