aboutsummaryrefslogtreecommitdiff
path: root/module/html/components.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/components.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/components.scm (renamed from module/html/components.scm)2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/html/components.scm b/module/calp/html/components.scm
index 2580ea55..49f00e52 100644
--- a/module/html/components.scm
+++ b/module/calp/html/components.scm
@@ -1,4 +1,4 @@
-(define-module (html components)
+(define-module (calp html components)
:use-module (util)
:use-module (util exceptions)
:export (xhtml-doc)