aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a58fce0c..197b0735 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -49,7 +49,7 @@
;; @var{x} is how for left in the container we are.
(let inner ((x 0)
- (tree (make-tree (lambda (head e) (overlapping? head e))
+ (tree (make-tree overlapping?
(sort* lst time>? (lambda (e) (event-length/day e start-of-day))))))
(if (null? tree) #f
(let ((w (/ (- 1 x)