aboutsummaryrefslogtreecommitdiff
path: root/module/html/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/html/vcomponent.scm')
-rw-r--r--module/html/vcomponent.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/html/vcomponent.scm b/module/html/vcomponent.scm
index 7d2cace1..6836e777 100644
--- a/module/html/vcomponent.scm
+++ b/module/html/vcomponent.scm
@@ -123,7 +123,8 @@
(class "CAL_" ,(html-attr (or (prop (parent ev) 'NAME) "unknown"))))
fmt-header:
(lambda body
- `(a (@ (href "#" ,(date-link (as-date (prop ev 'DTSTART))))
+ `(a (@ (href "#" ,(html-id ev) #; (date-link (as-date (prop ev 'DTSTART)))
+ )
(class "hidelink"))
,@body))))
(stream-filter