aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index c6ba389c..01736cac 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -102,7 +102,7 @@
,@(map (lambda (time)
`(div (@ (class "clock clock-" ,time)) ""))
(iota 12 0 2))
- ,@(stream->list (stream-map (lambda (e) (vevent->sxml date e)) events))))))
+ ,@(map (lambda (e) (vevent->sxml date e)) (stream->list events))))))
(define (time-marker-div)
`(div (@ (class "sideclock"))
@@ -132,7 +132,6 @@
(end (time->string (attr ev 'DTEND) fmt)))
(values start end)))
-
(define (fmt-single-event ev)
`(article (@ (id ,(UID ev))
(class "eventtext CAL_bg_"