1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/10187] XHTML fix for empty groups in UCP.

PHPBB3-10187
This commit is contained in:
Andreas Fischer 2011-10-13 21:11:58 +02:00
parent e43b7813a5
commit 3ad5c45097

View File

@ -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>