aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 740be7b9..702d229d 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -748,8 +748,8 @@
(define-method (html-chunked-main count start-date chunk-length)
- (define calendars (getf app 'calendars))
- (define events (getf app 'event-set))
+ (define calendars (getf 'calendars))
+ (define events (getf 'event-set))
;; TODO This still doesn't account for PWD, file existing but is of
;; wrong type, html directory existing but static symlink missing,
@@ -786,8 +786,8 @@
(define-method (html-table-main count start-date)
- (define calendars (getf app 'calendars))
- (define events (getf app 'event-set))
+ (define calendars (getf 'calendars))
+ (define events (getf 'event-set))
;; TODO same file creation as in html-chunked-main
(stream-for-each