diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index c46016e..7960a80 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -219,7 +219,7 @@ % elsif (not $journey->{arr_name}) {

% for my $station (@{$journey->{route_after}}) { - + <%= $station->[0] %> % if ($station->[2]{load}{SECOND}) { @@ -357,7 +357,7 @@ % } % for my $station (@{$journey->{route_after}}) { % my $is_dest = ($journey->{arr_name} and $station->[0] eq $journey->{arr_name}); - + <%= $station->[0] %> % if ($station->[2]{load}{SECOND}) {