From 60786002a555cd88745bf6865ce4c5ac50f8cbbd Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 19 Jun 2025 19:25:17 +0200 Subject: _history_trains: trim non-ascii characters from travel type for CSS selectors --- templates/_history_trains.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_history_trains.html.ep b/templates/_history_trains.html.ep index 7ae2a1d..04efda6 100644 --- a/templates/_history_trains.html.ep +++ b/templates/_history_trains.html.ep @@ -16,7 +16,7 @@ % }
  • - + % if (not $travel->{is_motis}) { <%= $travel->{type} %> % } -- cgit v1.2.3