aboutsummaryrefslogtreecommitdiff
path: root/module/html/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/html/vcomponent.scm')
-rw-r--r--module/html/vcomponent.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/html/vcomponent.scm b/module/html/vcomponent.scm
index 6836e777..559b11c5 100644
--- a/module/html/vcomponent.scm
+++ b/module/html/vcomponent.scm
@@ -181,8 +181,8 @@
,(string-map (lambda (c) (if (char=? c #\,) #\newline c))
(prop ev 'LOCATION)))))
(div (@ (style "display:none !important;"))
- ,((@ (output xcal) ns-wrap)
- ((@ (output xcal) vcomponent->sxcal)
+ ,((@ (vcomponent xcal output) ns-wrap)
+ ((@ (vcomponent xcal output) vcomponent->sxcal)
ev)))))))