diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-02-07 16:22:19 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-02-07 16:22:19 +0100 |
commit | 45ce77932be5eeac879e7eca5dfc9884f01e7fcf (patch) | |
tree | 666016da988ab3103b25b1ef7acf3a97904eb102 | |
parent | c5b7139a31ef43dad4b80c383f7698e65cc7b914 (diff) |
show cancellations in .txt interface
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |