From 2e4b349b723531a3a2a42db11527ee3fc90b4b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 12 Dec 2021 20:36:43 +0100 Subject: Correctly show recur indicator. --- module/calp/html/vcomponent.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm index c4ecec70..3e7cc4dc 100644 --- a/module/calp/html/vcomponent.scm +++ b/module/calp/html/vcomponent.scm @@ -454,8 +454,8 @@ '(template (@ (id "vevent-description")) (div (@ (class " vevent eventtext summary-tab " ())) - (h3 ((span (@ (class "repeating")) ; "↺" - ) + (h3 ((span (@ (class "repeating")) + "↺") (span (@ (class "summary") (data-property "summary"))))) (div (div (time (@ (class "dtstart") -- cgit v1.2.3