diff --git a/nextrip.php b/nextrip.php index adcd02a..37fef7a 100644 --- a/nextrip.php +++ b/nextrip.php @@ -34,9 +34,14 @@
-
@@ -48,7 +53,7 @@
- +
@@ -74,7 +79,7 @@ if(!$json) { echo "

{$stop}は無効な停留所です。

"; } else { - echo "

停留所{$stop}のNexTrip情報

"; + echo "

停留所{$stop}のNexTrip情報

"; echo '
'; foreach($json as $bus) { echo '
';