aboutsummaryrefslogtreecommitdiff
path: root/module/output
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2020-01-22 00:07:23 +0100
committerHugo Hörnquist <hugo@hornquist.se>2020-01-22 00:07:23 +0100
commit74eacda2158085e02e1b4ba0e05151c4f4c96150 (patch)
tree3cfcccc8c3c3b8adc262e730a65d6410ac123dc5 /module/output
parentFix basic ability to edit events. (diff)
downloadcalp-74eacda2158085e02e1b4ba0e05151c4f4c96150.tar.gz
calp-74eacda2158085e02e1b4ba0e05151c4f4c96150.tar.xz
Minor comments.
Diffstat (limited to 'module/output')
-rw-r--r--module/output/html.scm1
1 files changed, 1 insertions, 0 deletions
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))