summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/DBInfoscreen/Controller/Wagenreihung.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm
index fa501a8..99c6bce 100644
--- a/lib/DBInfoscreen/Controller/Wagenreihung.pm
+++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm
@@ -30,6 +30,8 @@ sub wagenreihung {
$self->render(
'wagenreihung',
+ title =>
+ join( ' / ', map { $wr->train_type . ' ' . $_ } $wr->train_numbers ),
wr => $wr,
hide_opts => 1,
);