From e7662fef8cecbaba59b85d45db9c13ae2236ec78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 2 Mar 2020 00:53:52 +0100 Subject: Move actual calendar render into own callback function. --- module/entry-points/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/entry-points') 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))) -- cgit v1.2.3