aboutsummaryrefslogtreecommitdiff
path: root/module/html/view/small-calendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 23:22:10 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-23 23:22:10 +0200
commitedaf758b80fed1f5f14cd4b192e661c8863e84bc (patch)
tree9baf17c11a6254e81f29a1c473e5eb86c072aa79 /module/html/view/small-calendar.scm
parentAdd rendering of standalone small-cal. (diff)
downloadcalp-edaf758b80fed1f5f14cd4b192e661c8863e84bc.tar.gz
calp-edaf758b80fed1f5f14cd4b192e661c8863e84bc.tar.xz
Move html modules under calp.
Diffstat (limited to '')
-rw-r--r--module/calp/html/view/small-calendar.scm (renamed from module/html/view/small-calendar.scm)6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/html/view/small-calendar.scm b/module/calp/html/view/small-calendar.scm
index e6378176..80cbbaf2 100644
--- a/module/html/view/small-calendar.scm
+++ b/module/calp/html/view/small-calendar.scm
@@ -1,6 +1,6 @@
-(define-module (html view small-calendar)
- :use-module ((html components) :select (xhtml-doc include-css))
- :use-module ((html caltable) :select (cal-table))
+(define-module (calp html view small-calendar)
+ :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))
)