From 1671666d06cab9cecdee6753ec68ceea47fdc7cd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 12 Nov 2022 20:19:36 +0100 Subject: fix load icon alignment in stop list --- templates/_checked_in.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index d2439ee..2b6ac90 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -222,7 +222,7 @@ % if ($station->[1]{load}{SECOND}) { % my ($first, $second) = load_icon($station->[1]{load}); - + % } % if ($station->[2] and $station->[2] eq 'cancelled') { entfällt @@ -337,7 +337,7 @@ % if ($station->[1]{load}{SECOND}) { % my ($first, $second) = load_icon($station->[1]{load}); - + % } % if ($station->[2] and $station->[2] eq 'cancelled') { entfällt -- cgit v1.2.3