From b866096e7a84f59b33b90fc2e7875e2969b05df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 23 Aug 2020 16:31:55 +0200 Subject: Base64 now free floating top level. --- module/html/util.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/html/util.scm') diff --git a/module/html/util.scm b/module/html/util.scm index c9252122..4e15356a 100644 --- a/module/html/util.scm +++ b/module/html/util.scm @@ -1,6 +1,5 @@ (define-module (html util) - :use-module ((util base64) - :select (base64encode base64decode)) + :use-module ((base64) :select (base64encode base64decode)) :use-module (util)) ;;; @var{html-attr} & @var{html-unattr} used to just strip any -- cgit v1.2.3