diff options
| -rwxr-xr-x | index.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -771,7 +771,7 @@ get '/*station' => sub {  		@results = map { $_->[0] }  		  sort { $b->[1] <=> $a->[1] } -		  map { [ $_, $_->sched_departure->epoch // $_->departure->epoch ] } +		  map { [ $_, $_->departure->epoch // $_->sched_departure->epoch ] }  		  @results;  		$self->render( | 
