aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/entry-points/html.scm')
-rw-r--r--module/calp/entry-points/html.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/calp/entry-points/html.scm b/module/calp/entry-points/html.scm
index abaa5f13..b2f613ea 100644
--- a/module/calp/entry-points/html.scm
+++ b/module/calp/entry-points/html.scm
@@ -8,11 +8,11 @@
:use-module ((ice-9 regex) :select (string-match regexp-substitute))
:use-module ((srfi srfi-41) :select (stream-take stream-for-each))
- :use-module ((html view calendar) :select (html-generate))
- :use-module ((html view calendar week)
+ :use-module ((calp html view calendar) :select (html-generate))
+ :use-module ((calp html view calendar week)
:select (render-calendar)
:renamer (lambda _ 'render-calendar-wide))
- :use-module ((html view calendar month)
+ :use-module ((calp html view calendar month)
:select (render-calendar-table))
:use-module ((vcomponent instance methods)
:select (get-calendars get-event-set))
@@ -144,7 +144,7 @@
(lambda ()
(sxml->xml
(re-root-static
- ((@ (html view small-calendar) render-small-calendar)
+ ((@ (calp html view small-calendar) render-small-calendar)
start standalone))))))]
[(wide)