Commit ec5737ed authored by Daniel Friesel's avatar Daniel Friesel
Browse files

show 'via' in title if set

parent c2ff9cf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -863,7 +863,7 @@ sub handle_request {
			$template,
			departures       => \@departures,
			version          => $dbf_version,
			title            => $station_name,
			title            => $via ? "$station_name$via" : $station_name,
			refresh_interval => $template eq 'app' ? 0 : 120,
			hide_opts        => $hide_opts,
			hide_low_delay   => $hide_low_delay,