From 63dcc39f08b7726bae3859a5341b4ed0d71345bf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 2 Jul 2017 18:25:42 +0200 Subject: Format Thalys as long-distance train in infoscreen template --- templates/clean.html.ep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/clean.html.ep b/templates/clean.html.ep index 1c64c20..7d63577 100644 --- a/templates/clean.html.ep +++ b/templates/clean.html.ep @@ -27,7 +27,8 @@ % } % elsif ( $departure->{train_type} eq 'IC' % or $departure->{train_type} eq 'ICE' -% or $departure->{train_type} eq 'EC' ) { +% or $departure->{train_type} eq 'EC' +% or $departure->{train_type} eq 'THA' ) { % $linetype = 'fern'; % }
-- cgit v1.2.3