From b1e39d1bf6a97fca54af249245239c8a29d6f73f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 17 May 2025 14:11:07 +0200 Subject: Fix anchors in DBF links for HAFAS and DBRIS checkins --- 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 cf19f3c..e3c6e33 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -128,7 +128,7 @@ % }
- <%= $journey->{arr_name} %>
+ <%= $journey->{arr_name} %>
% if ($journey->{real_arrival}->epoch) { <%= $journey->{real_arrival}->strftime('%H:%M') %> % if ($journey->{real_arrival}->epoch != $journey->{sched_arrival}->epoch) { @@ -410,7 +410,7 @@ % } - <%= $journey->{is_hafas} ? 'directions' : 'train' %> + <%= $journey->{is_hafas} ? 'directions' : 'train' %> % }
-- cgit v1.2.3