fixed more table errors
这个提交包含在:
父节点
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>
|
||||
|
|
|
|||
正在加载…
在新工单中引用