diff --git a/index.php b/index.php index 58a8700..4b7aed2 100644 --- a/index.php +++ b/index.php @@ -195,8 +195,17 @@ Destination ID '; foreach($output['routes'] as $route) { + $set=0; echo ""; - foreach($route as $temp) { echo "$temp"; } + foreach($route as $temp) { + if ($set == 0) { + echo ''.$temp.''; + $set=1; + } + else { + echo "$temp"; + } + } echo ""; } echo "";