From 26b18387c02785fe295a3e2d2059a4a7dcc35360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 25 Apr 2019 20:34:34 +0200 Subject: Fix html output. --- module/output/html.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/output/html.scm b/module/output/html.scm index 22958d0e..851f9b54 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -121,7 +121,8 @@ (define start (parse-freeform-date (option-ref opts 'from "2019-04-15"))) (define end (parse-freeform-date (option-ref opts 'to "2019-05-10"))) - (define evs (get-groups-between (group-stream events))) + (define evs (get-groups-between (group-stream events) + start end)) ((@ (sxml simple) sxml->xml) `(html (head -- cgit v1.2.3