aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-04 17:36:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-04 17:36:44 +0200
commitbb59ca85ff27a51a2c532d330b3b5f947ac7fb9e (patch)
treea45c5101249af3671a768a506c4f1c1a03101cf0 /module/calp/html/vcomponent.scm
parentwork (diff)
downloadcalp-bb59ca85ff27a51a2c532d330b3b5f947ac7fb9e.tar.gz
calp-bb59ca85ff27a51a2c532d330b3b5f947ac7fb9e.tar.xz
Work on calendar from event in frontend, broken.
Diffstat (limited to 'module/calp/html/vcomponent.scm')
-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 1b97e9b8..09d0038b 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -208,7 +208,7 @@
`(div (@ (class " eventtext edit-tab "))
(form (@ (class "edit-form"))
(select (@ (class "calendar-selection"))
- (option "- Choose a Calendar -")
+ (option "- Choose a Calendar -")
,@(let ((dflt (get-config 'default-calendar)))
(map (lambda (calendar)
(define name (prop calendar 'NAME))