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

这个提交包含在:
Andreas 2020-10-15 09:52:54 +02:00
父节点 1696656082
当前提交 bea973b34d

查看文件

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