diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-17 18:37:30 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-17 18:37:30 +0100 |
| commit | a659f7fc664051904c1bfabd53a9c8a9cc31c19e (patch) | |
| tree | 56afc8c29a1ce012e411f78fec150bb04d0279ae /templates | |
| parent | 09d311c1d6f5d4b5e4f8f8e07991c8277487038a (diff) | |
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/app.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
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} ) { |
