diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-07-15 22:37:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-15 22:37:02 +0200 |
commit | 74123bbcc0aedb3e7dbc49a33fcba6a864b7e550 (patch) | |
tree | 9f845dc470b0916359e6b0ef74defbc9bc994e66 | |
parent | 79e141ae2ed7f8d48db4a868a7683f8aa8b963ec (diff) |
_checked_in: indentation fix
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 57d0a8d..897766e 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -318,7 +318,7 @@ % } % for my $station (@{$journey->{route_after}}) { % my $is_dest = ($journey->{arr_name} and $station->[0] eq $journey->{arr_name}); - <a class="action-checkout tablerow" style="<%= $is_dest? 'font-weight: bold;' : '' %>" data-station="<%= $station->[0] %>"> + <a class="action-checkout tablerow" style="<%= $is_dest? 'font-weight: bold;' : '' %>" data-station="<%= $station->[0] %>"> <span><%= $station->[0] %></span> % if ($station->[2] and $station->[2] eq 'cancelled') { <span>entfällt</span> |