fixed more table errors

这个提交包含在:
Peter Goodhall 2016-01-09 23:53:50 +00:00
父节点 c57d800fe8
当前提交 3b734fc337
共有 2 个文件被更改,包括 2 次插入1 次删除

查看文件

@ -37,7 +37,7 @@ class Lotw extends CI_Controller {
$tableheaders .= "<td>Date LoTW Confirmed</td>";
$tableheaders .= "<td>Log Status</td>";
$tableheaders .= "<td>LoTW Status</td>";
$tableheaders .= "<tr>";
$tableheaders .= "</tr>";
$table = "";
while($record = $this->adif_parser->get_record())

查看文件

@ -1,6 +1,7 @@
<div id="container">
<h2><?php echo $page_title; ?></h2>
<?php echo $tableheaders; ?>
<?php echo $lotw_table; ?>
</div>