* adjust code.

This commit is contained in:
wangyidong
2018-09-07 14:10:14 +08:00
parent d45210d7bc
commit fb9e21ffa4
9 changed files with 14 additions and 12 deletions
+2 -2
View File
@@ -58,8 +58,8 @@
<?php
if(!isset($run->case))
{
echo "<td colspan='13'></td>";
continue;
echo "<td colspan='13'></td></tr>";
break;
}
?>
<td class='c-id-sm'><?php echo sprintf('%03d', $run->case);?></td>