aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/view/calendar.scm')
-rw-r--r--module/calp/html/view/calendar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/html/view/calendar.scm b/module/calp/html/view/calendar.scm
index 705fa42a..8b7d8075 100644
--- a/module/calp/html/view/calendar.scm
+++ b/module/calp/html/view/calendar.scm
@@ -120,7 +120,7 @@ window.default_calendar='~a';"
(script (@ (src "/static/script.out.js")))
(script (@ (src "/static/user/user-additions.js")))
- ,(calendar-styles calendars)
+ (style ,(lambda () (calendar-styles calendars #t)))
,@(when (debug)
'((style ":root { --background-color: pink; }"))))