Kann mir nicht vorstellen warum der Code doppelt erscheinen soll.
Code: Alles auswählen
	<thead>
	<tr>
		<th class="name">{L_MODERATORS}</th>
		<th class="info"> </th>
		<th class="info"> </th>
	</tr>
	</thead>Code: Alles auswählen
	<thead>
	<tr>
		<th class="name">{L_MODERATORS}</th>
		<th class="info"> </th>
		<th class="info"> </th>
	</tr>
	</thead>Code: Alles auswählen
	<tbody>
<!-- BEGIN mod -->
	<tr class="<!-- IF mod.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
		<td><!-- IF mod.RANK_IMG --><span class="rank-img">{mod.RANK_IMG}</span><!-- ELSE --><span class="rank-img">{mod.RANK_TITLE}</span><!-- ENDIF -->{mod.USERNAME_FULL}</td>
		<td class="info"><!-- IF mod.U_GROUP -->
			<a<!-- IF mod.GROUP_COLOR --> style="font-weight: bold; color:#{mod.GROUP_COLOR}"<!-- ENDIF --> href="{mod.U_GROUP}">{mod.GROUP_NAME}</a>
			<!-- ELSE -->
				{mod.GROUP_NAME}
			<!-- ENDIF --></td>
		<td class="info"><!-- IF not mod.FORUMS -->{L_ALL_FORUMS}<!-- ELSE --><select style="width: 100%;">{mod.FORUMS}</select><!-- ENDIF --></td>
	</tr>
<!-- BEGINELSE -->
	<tr class="bg1">		<td colspan="3"><strong>{L_NO_MODERATORS}</strong></td>
	</tr>
<!-- END mod -->
	</tbody><td>'s)  eingefügt.<th class="info"> </th> entfernen, würden es zu einer fehlerhaften Darstellung der gesammten Tabelle führen.colspan="2" - ähnlich wie bei der letzten Tabellenzeile (siehe eingefügten Code): <td colspan="3"><strong>{L_NO_MODERATORS}</strong></td>