diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-09 12:17:59 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-09 12:17:59 +0100 |
commit | 6f1b488d26b24624904162d8127df79f166784ec (patch) | |
tree | 76eaa23097e5afab621a8fca362da7c9ef82bf61 /index.pl | |
parent | 0f51f406618eba4f04799fc0a4e6ad7660fe5e27 (diff) |
Slightly more helpful texts for checkin/checkout pages
Diffstat (limited to 'index.pl')
-rwxr-xr-x | index.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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}", ); } }; |