aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-22 20:05:04 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-22 20:05:04 +0100
commit4b9289c912d30a290052fd692ba155ac46447b2e (patch)
tree8634240e8afe73f6d52ca946dada656283669121 /module/entry-points
parentStart work on week-by-week html. (diff)
downloadcalp-4b9289c912d30a290052fd692ba155ac46447b2e.tar.gz
calp-4b9289c912d30a290052fd692ba155ac46447b2e.tar.xz
HTML small cal table now works with better intervals.
Diffstat (limited to 'module/entry-points')
-rw-r--r--module/entry-points/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/entry-points/html.scm b/module/entry-points/html.scm
index 6655d63a..ea1b2eeb 100644
--- a/module/entry-points/html.scm
+++ b/module/entry-points/html.scm
@@ -44,7 +44,7 @@
(html-generate calendars events start end render-calendar)]
[(wide) ; previously `chunked'
(html-chunked-main count calendars events start (date month: 1))]
- [(week)
+ [(week) ; TOOD handle week-start
(html-chunked-main count calendars events start (date day: 7))]
[(table)
(html-table-main count calendars events start)]