aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-25 13:11:06 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-25 13:11:08 +0200
commit93dd001a4c764fdc2bae4f0fdfcaac99dc65dbdc (patch)
tree6eb8e54d45bdd8a1107e2449ec1af03ed1995357
parentRepair search page. (diff)
downloadcalp-93dd001a4c764fdc2bae4f0fdfcaac99dc65dbdc.tar.gz
calp-93dd001a4c764fdc2bae4f0fdfcaac99dc65dbdc.tar.xz
Repair broken styles on search page.
Fix to c16c6199.
-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)