From e2e65d9c88834e53a9e968492fa357031ebba70b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 20 Jan 2017 10:24:56 -0500 Subject: [PATCH] removing break tag from the flight data table so that the flight number doesn't wrap in the departures table --- class_flight.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class_flight.php b/class_flight.php index b3e9325..917cfd2 100644 --- a/class_flight.php +++ b/class_flight.php @@ -75,7 +75,7 @@ include_once($_SERVER['DOCUMENT_ROOT'].'/wp-config.php' ); 'city'=>$data[0]['city'], 'state'=>$data[0]['state'], 'name'=>$data[0]['name'] - ); + );o } return( $return ); } @@ -244,7 +244,7 @@ include_once($_SERVER['DOCUMENT_ROOT'].'/wp-config.php' ); $out .= ' '.$airport_text.' - '.$row["airline"].'
'.$row["flt_numb"].' + '.$row["airline"].' '.$row["flt_numb"].' '.$this->format_time( $row["cur_dep_time"] ).' '.$this->time_codes[$row["cur_dep_time_code"]].' '.$row["remarks"].' -- 2.17.1