aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-13 20:12:17 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-13 20:12:17 +0200
commit54a0fe5a3cb6059283995ea79300e16a68db6fb3 (patch)
tree68a761d6c9c7a98cc284fcce1181a94e0defd410
parentFrontend for event creation should work for long and short events. (diff)
downloadcalp-54a0fe5a3cb6059283995ea79300e16a68db6fb3.tar.gz
calp-54a0fe5a3cb6059283995ea79300e16a68db6fb3.tar.xz
Minor SXML cleanup.
-rw-r--r--module/output/html.scm5
1 files changed, 3 insertions, 2 deletions
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)