Remove extraneous colon
This commit is contained in:
parent
476dd885d1
commit
eeeea1bb8d
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@
|
|||
(parse-markup
|
||||
(format "[bold]Prochains départs de [green]~a[/green] " station-name))))
|
||||
(when datetime
|
||||
(display (format "le ~a à ~a :"
|
||||
(date->string datetime "~a ~d ~b ~Y")
|
||||
(display (format "le ~a à ~a "
|
||||
(date->string datetime "~d ~b ~Y")
|
||||
(date->string datetime "~H:~M"))))
|
||||
(displayln (if (eq? style 'markdown) ":\n" ":"))
|
||||
(display-departures-table departures style: style)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue