aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 0c30c9be..be48a636 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -182,10 +182,9 @@
(li (a (@ (href ,(string-append "/calendar/" (prop ev 'UID) ".xcs"))) "som xCal"))))))
(when (edit-mode)
`(("</>"
- (div (@ (class "xcal"))
- ,((@ (output xcal) ns-wrap)
- ((@ (output xcal) vcomponent->sxcal)
- ev)))))))))))
+ ,((@ (output xcal) ns-wrap)
+ ((@ (output xcal) vcomponent->sxcal)
+ ev))))))))))