Removed an extra tag that shouldn't be there in the table.

pull/658/head
Andreas 2020-10-15 09:52:54 +02:00
rodzic 1696656082
commit bea973b34d
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -145,9 +145,8 @@
foreach($bands as $band) {
echo '<td>' . $band . '</td>';
}
echo '<td>Total</td></tr>';
echo '</tr>
echo '<td>Total</td>
</tr>
</thead>
<tbody>