From 54a0fe5a3cb6059283995ea79300e16a68db6fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 13 Jul 2020 20:12:17 +0200 Subject: Minor SXML cleanup. --- module/output/html.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/output/html.scm b/module/output/html.scm index 71b52956..307f18e5 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -663,8 +663,9 @@ (meta (@ (name viewport) (content "width=device-width, initial-scale=0.5"))) (meta (@ (name description) - (content "Calendar for the dates between " ,(date->string start-date) - " and " ,(date->string end-date)))) + (content "Calendar for the dates between " + ,(date->string start-date) " and " + ,(date->string end-date)))) ;; NOTE this is only for the time actually part of this calendar. ;; overflowing times from pre-start and post-end is currently ignored here. (meta (@ (name start-time) -- cgit v1.2.3