summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index c502d3e..9e1985a 100644
--- a/index.pl
+++ b/index.pl
@@ -765,7 +765,7 @@ sub handle_request {
@departures,
[
sprintf( '%5s %s%s',
- $time,
+ $result->is_cancelled ? '--:--' : $time,
( $delay and $delay > 0 ) ? q{+} : q{},
$delay || q{} ),
$result->train,