--- a/trip.php +++ b/trip.php @@ -83,7 +83,7 @@ } } foreach ($filteredRoutes as $key => $row) { - echo '' . $row['route_long_name'] . ' (' . ucwords($row['service_id']) . ') '; + echo '' . $row['route_long_name'] . ' (' . ucwords($row['service_id']) . ') '; $otherDir++; }