Correcting the result table headers to match the data displayed.

pull/151/head
Corby Krick 2013-11-11 11:24:20 -06:00
rodzic 3c8d77d012
commit 11c5d0d9c5
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -30,9 +30,11 @@ class Lotw extends CI_Controller {
$table = "<table>";
$table .= "<tr class=\"titles\">";
$table .= "<td>Date</td>";
$table .= "<td>QSO Date</td>";
$table .= "<td>Call</td>";
$table .= "<td>Mode</td>";
$table .= "<td>LoTW QSL Received</td>";
$table .= "<td>Date LoTW Confirmed</td>";
$table .= "<td>Log Status</td>";
$table .= "<td>LoTW Status</td>";
$table .= "<tr>";