--- a/trip.php +++ b/trip.php @@ -61,7 +61,7 @@ // subsequent duplicates $stopsGrouped["stop_ids"][] = $row[0]; $stopsGrouped["endTime"] = $times[$key]; - echo ''; + echo ''; echo '

' . midnight_seconds_to_time($stopsGrouped['startTime']) . ' to ' . midnight_seconds_to_time($stopsGrouped['endTime']) . '

'; echo bracketsMeanNewLine($row[1]); echo '
';