aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/html/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/html/html.scm b/module/html/html.scm
index 5ad98b0a..51de18aa 100644
--- a/module/html/html.scm
+++ b/module/html/html.scm
@@ -36,7 +36,7 @@
(if (null? ev-list)
#f
(let* ((pred? (lambda (next)
- (time<=? (attr next 'DTSTART)
+ (time<? (attr next 'DTSTART)
(attr (car ev-list) 'DTEND))))
(overlapping (take-while pred? ev-list))
(rest (drop-while pred? ev-list)))