From e2efceaf3d23d6baee37140574036b68fc39491a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 28 Jun 2020 23:30:21 +0200 Subject: Xcal output cleanup. --- module/output/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/output/html.scm') diff --git a/module/output/html.scm b/module/output/html.scm index 94377255..9cdd874a 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -197,7 +197,7 @@ (data-tipped-options ,(format #f "inline: '~a'" popup-id))))) ,(when (debug) `(script (@ (type "application/calendar+xml")) - ,((@ (output xcal) vcomponent->sxml) ev))) + ,((@ (output xcal) vcomponent->sxcal) ev))) ,(when (attr ev 'RRULE) `(span (@ (class "repeating")) "↺")) ,((get-config 'summary-filter) ev (attr ev 'SUMMARY)) -- cgit v1.2.3