adjusting table format, moving thead to proper location
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Mar 2016 14:08:40 +0000 (10:08 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 17 Mar 2016 14:08:40 +0000 (10:08 -0400)
front-page.php

index 75a2b4d..0228828 100644 (file)
@@ -36,6 +36,7 @@
                             <th> Time </th>
                             <th> Status </th>
                         </tr>
+                    </thead>
                         <tr>
                             <td>DETROIT METROPOLITAN WAYNE COUNTY DETROIT, MI</td>
                             <td>SKY WEST AIRLINES 7434</td>
@@ -48,7 +49,6 @@
                             <td>8:59 PM Scheduled</td>
                             <td><nobr>On Time</nobr></td>
                         </tr>
-                   </thead>
                 </table>
             </div>
         </div>
                             <th> Flight </th>
                             <th> Time </th>
                             <th> Status </th>
-                       </tr>
+                        </tr>
+                    </thead>
                        <tr>
                             <td>DETROIT METROPOLITAN WAYNE COUNTY DETROIT, MI</td>
                             <td>SKY WEST AIRLINES<br>7411</td>
                             <td>6:50 AM Actual</td>
                             <td><nobr>Departed</nobr></td>
                       </tr>
-                   </thead>
                 </table>
             </div>
         </div>