From 1e6ac52867cfd6b6de646e92fb96ea77419157ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 10 Jul 2020 00:13:19 +0200 Subject: Add CSS to embedded icalendar. --- module/output/html.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'module/output/html.scm') 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)))))))))) -- cgit v1.2.3