aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points/html.scm')
-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 2486fc52..c08dd72d 100644
--- a/module/entry-points/html.scm
+++ b/module/entry-points/html.scm
@@ -34,4 +34,4 @@
(if (option-ref opts 'chunked #f)
(html-chunked-main count calendars events start)
- (html-generate calendars events start end)))
+ (html-generate calendars events start end render-calendar)))