summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rwxr-xr-xindex.pl3
1 files changed, 2 insertions, 1 deletions
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}",
);
}
};