From 080470b1428a0ca58a9ed7eb7aac8050f26543a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 9 Jul 2020 16:51:20 +0200 Subject: HTML Download tab now div instead of article. --- module/output/html.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module') diff --git a/module/output/html.scm b/module/output/html.scm index 93fc5375..f73e975b 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -175,10 +175,10 @@ ,(tabset (append `(("๐Ÿ“…" ,(fmt-single-event ev)) - ("โค“" (article (@ (style "font-family:sans")) - (p "Ladda ner") - (ul (li (a (@ (href ,(string-append "/calendar/" (prop ev 'UID) ".ics"))) "som iCal")) - (li (a (@ (href ,(string-append "/calendar/" (prop ev 'UID) ".xcs"))) "som xCal")))))) + ("โค“" (div (@ (style "font-family:sans")) + (p "Ladda ner") + (ul (li (a (@ (href ,(string-append "/calendar/" (prop ev 'UID) ".ics"))) "som iCal")) + (li (a (@ (href ,(string-append "/calendar/" (prop ev 'UID) ".xcs"))) "som xCal")))))) (when (edit-mode) `(("" (script (@ (class "xcal") (type "application/calendar+xml")) -- cgit v1.2.3