aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-02 00:53:52 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-02 00:53:52 +0100
commite7662fef8cecbaba59b85d45db9c13ae2236ec78 (patch)
tree45bfe7322e37e2da9b49e9fb72e47c15e603f374 /module/entry-points
parentHTML broke stuff out into functions. (diff)
downloadcalp-e7662fef8cecbaba59b85d45db9c13ae2236ec78.tar.gz
calp-e7662fef8cecbaba59b85d45db9c13ae2236ec78.tar.xz
Move actual calendar render into own callback function.
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 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)))