aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 19:17:35 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-04-30 23:04:01 +0200
commitaa44c16ce953c090b2eb3ce580c60fa8934a7720 (patch)
tree11710e34de01a2ac31e5acac9c8a62af3f09888a /module/output/html.scm
parentUpdate server to use app. (diff)
downloadcalp-aa44c16ce953c090b2eb3ce580c60fa8934a7720.tar.gz
calp-aa44c16ce953c090b2eb3ce580c60fa8934a7720.tar.xz
Change call signature for [gs]etf.
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