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.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 46abfdb6..4bb12b45 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -79,7 +79,7 @@
(* 100 (width ev)) ; width
;; top
- (if (in-day? date (attr ev 'DTSTART))
+ (if (date= date (as-date (attr ev 'DTSTART)))
(* 100/24
(time->decimal-hour
(as-time (attr ev 'DTSTART))