From 74eacda2158085e02e1b4ba0e05151c4f4c96150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 22 Jan 2020 00:07:23 +0100 Subject: Minor comments. --- module/output/html.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'module') diff --git a/module/output/html.scm b/module/output/html.scm index d444155a..0f4125ca 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -110,6 +110,7 @@ (create-block-general day ev "top:~,3f%;height:~,3f%;left:~,3f%;width:~,3f%;")) ;; Lay out complete day (graphical) +;; (date . (events)) -> sxml (define (lay-out-day day) (let* (((date . events) day) (time (date->time-utc date)) -- cgit v1.2.3