aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/util.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-24 20:34:11 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-24 20:34:11 +0200
commitd3afa54144748685d12c159407194e03538e98de (patch)
tree7a260d6ed4e52e2e1c72729a0922551e3790ba97 /module/calp/html/util.scm
parent. (diff)
downloadcalp-d3afa54144748685d12c159407194e03538e98de.tar.gz
calp-d3afa54144748685d12c159407194e03538e98de.tar.xz
Move util modules into calp module..
Diffstat (limited to 'module/calp/html/util.scm')
-rw-r--r--module/calp/html/util.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/html/util.scm b/module/calp/html/util.scm
index 8410472c..cd5aaeab 100644
--- a/module/calp/html/util.scm
+++ b/module/calp/html/util.scm
@@ -1,6 +1,6 @@
(define-module (calp html util)
:use-module ((base64) :select (base64encode base64decode))
- :use-module (util))
+ :use-module (calp util))
;;; @var{html-attr} & @var{html-unattr} used to just strip any
;;; attributes not valid in css. That allowed a human reader to