aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/vcomponent.scm')
-rw-r--r--module/calp/html/vcomponent.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index 287c62e1..6d4f3ca7 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -98,7 +98,7 @@
,(_ "View") " 📅")
(span ,(prop event 'SUMMARY)))))
(cons
- (calendar-styles calendars)
+ `(style ,(lambda () (calendar-styles calendars #t)))
(for event in list
`(details
,(summary event)