aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/small-calendar.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/view/small-calendar.scm')
-rw-r--r--module/calp/html/view/small-calendar.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/calp/html/view/small-calendar.scm b/module/calp/html/view/small-calendar.scm
index 80cbbaf2..4d40c57c 100644
--- a/module/calp/html/view/small-calendar.scm
+++ b/module/calp/html/view/small-calendar.scm
@@ -2,9 +2,10 @@
:use-module ((calp html components) :select (xhtml-doc include-css))
:use-module ((calp html caltable) :select (cal-table))
:use-module ((datetime) :select (month- month+ remove-day date->string))
+ :export (render-small-calendar)
)
-(define-public (render-small-calendar month standalone)
+(define (render-small-calendar month standalone)
(define table (cal-table
start-date: month
end-date: (remove-day (month+ month))