From 246ac263d8f3735d09a92c82b66a44dcf348a485 Mon Sep 17 00:00:00 2001 From: Asa Venton Date: Fri, 18 Oct 2019 21:19:08 +0100 Subject: spelling --- getjson.sh | 0 index.php | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 getjson.sh diff --git a/getjson.sh b/getjson.sh old mode 100755 new mode 100644 diff --git a/index.php b/index.php index 13f03af..18f7eff 100644 --- a/index.php +++ b/index.php @@ -99,7 +99,7 @@ if (isset($_GET['route'])) { echo '


' . ucfirst($direction) . ' | ' . $displayDay . ''; echo ''; $trips = getData('trips', $route, $direction, $day); - // TODO: sort stopList by stopList['order'] + // TODO: sort $stopList by $stopList['order'] // TODO: must be a more efficient way to search for $rowStop['stop_name'] in $trip? foreach ($stopList as $rowStop) { echo ''; @@ -129,7 +129,7 @@ else { $routes = getData('routes', false, false, false); $meta = getData('meta', false, false, false); echo '

' . $meta['name']. ' | ' . $meta['from'] . ' - ' . $meta['to'] . '

'; - echo '

Service Updates:

\n

'; + echo '

Service Updates:

'; foreach ($servUpdates as $update) { echo $update['content'] . '- Affected Routes: ' . implode(", ",$update['services']) . '

'; } -- cgit v1.2.3

' . $rowStop['stop_name'] . '