aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-10 00:13:19 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-10 00:13:19 +0200
commit1e6ac52867cfd6b6de646e92fb96ea77419157ca (patch)
treec7481304c439cf232f6a4a58cf01bde434c78c0a /module
parentMove back to own popup system. (diff)
downloadcalp-1e6ac52867cfd6b6de646e92fb96ea77419157ca.tar.gz
calp-1e6ac52867cfd6b6de646e92fb96ea77419157ca.tar.xz
Add CSS to embedded icalendar.
Diffstat (limited to 'module')
-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))))))))))