Removed an extra tag that shouldn't be there in the table.
这个提交包含在:
父节点
1696656082
当前提交
bea973b34d
共有 1 个文件被更改,包括 2 次插入 和 3 次删除
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用