aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
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)]