From 4ebbc02cd257d00224c55b651626fc6571e4b258 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 19 Jun 2025 23:00:35 +0200 Subject: _format_train: dep-line: strip non-ascii chars Rel: #254 Specifically https://github.com/derf/travelynx/pull/254#issuecomment-2988843123 --- templates/_format_train.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_format_train.html.ep b/templates/_format_train.html.ep index e82f3f9..cb81211 100644 --- a/templates/_format_train.html.ep +++ b/templates/_format_train.html.ep @@ -1,7 +1,7 @@ % if ($journey->{extra_data}{wagonorder_pride}) { 🏳️‍🌈 % } - + % if (not $journey->{is_motis}) { <%= $journey->{train_type} %> % } -- cgit v1.2.3