From a659f7fc664051904c1bfabd53a9c8a9cc31c19e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 17 Dec 2025 18:37:30 +0100 Subject: ... derp --- templates/app.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app.html.ep b/templates/app.html.ep index 03fc44d..127d6e2 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -74,7 +74,7 @@ % if ($departure->{train_type} and $departure->{train_no}) { %= $departure->{train_type} % } -% if ($departure->{train_type} and $departure->{train_type}) { +% if ($departure->{train_type} and $departure->{train_line}) { % $departure->{train_line} =~ s{ \Q$departure->{train_type}\E (?= \d ) }{}x; % } % if ($departure->{train_line} ) { -- cgit v1.2.3