1
0
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:
Nils Adermann 2011-10-14 02:51:32 +02:00
commit e11caec2a0

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>