From 93dd001a4c764fdc2bae4f0fdfcaac99dc65dbdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 25 Jul 2022 13:11:06 +0200 Subject: Repair broken styles on search page. Fix to c16c6199. --- module/calp/html/vcomponent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3