aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/vcomponent.scm')
-rw-r--r--module/calp/html/vcomponent.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index b8bd3bb8..5d10c996 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -422,10 +422,9 @@
((interval)
`(input (@ (type number) (min 0) (size 4)
(value ,(awhen (prop event 'RRULE)
- (or (rrule:interval it) ""))))
- (name "interval")
- (class "bind-rr")
- ))
+ (or (rrule:interval it) "")))
+ (name "interval")
+ (class "bind-rr"))))
((wkst)
`(select (@ (name "wkst") (class "bind-rr"))
(option "-")