From 6f1b488d26b24624904162d8127df79f166784ec Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 9 Mar 2019 12:17:59 +0100 Subject: Slightly more helpful texts for checkin/checkout pages --- index.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index d0e29c6..fc629ee 100755 --- a/index.pl +++ b/index.pl @@ -1271,7 +1271,8 @@ get '/s/*station' => sub { 'departures', ds100 => $status->{station_ds100}, results => \@results, - station => $status->{station_name} + station => $status->{station_name}, + title => "travelynx: $status->{station_name}", ); } }; -- cgit v1.2.3