From 51b52327caa311a851c50951a5c4b9b37ccf0ed8 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 27 Mar 2024 14:59:20 +0100 Subject: map: support non-DB HAFAS backends, including ÖBB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/_map_infobox.html.ep | 2 +- templates/_train_details.html.ep | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/_map_infobox.html.ep b/templates/_map_infobox.html.ep index c8936ae..4f9a644 100644 --- a/templates/_map_infobox.html.ep +++ b/templates/_map_infobox.html.ep @@ -1,6 +1,6 @@
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index f1ddfe0..dca9405 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -139,10 +139,10 @@
% if ($departure->{trip_id}) { % if (stash('station_name')) { - <%= l 'Karte' %> + <%= l 'Karte' %> % } % else { - <%= l 'Karte' %> + <%= l 'Karte' %> % } % } % if ($departure->{wr_link}) { -- cgit v1.2.3