aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/output/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 016bd45e..45e7df11 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -226,7 +226,7 @@
(define (lay-out-day day)
(let* (((day-date . events) day)
(time-obj (datetime date: day-date))
- (_ short-events (partition long-event? (stream->list events))))
+ (short-events (stream->list events)))
(fix-event-widths! short-events event-length-key: (lambda (e) (event-length/day day-date e)))
`((div (@ (class "meta"))