aboutsummaryrefslogtreecommitdiff
path: root/module/sxml
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-14 00:43:24 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-14 00:43:24 +0200
commitee058251b6be2c736b14e79217ff0c100708998c (patch)
tree3a1115cd9a667f3a2199b1fe9b2df1844c3c1ac9 /module/sxml
parentMove ->string. (diff)
downloadcalp-ee058251b6be2c736b14e79217ff0c100708998c.tar.gz
calp-ee058251b6be2c736b14e79217ff0c100708998c.tar.xz
Fix /static/ links in generated html + extra.
Diffstat (limited to 'module/sxml')
-rw-r--r--module/sxml/transformations.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/sxml/transformations.scm b/module/sxml/transformations.scm
index e57c0433..037dc00f 100644
--- a/module/sxml/transformations.scm
+++ b/module/sxml/transformations.scm
@@ -28,7 +28,7 @@
(attribute-transformer
tree
`((href . ,(lambda (_ . content)
- `(href ,@(transformer (string-concatenate content)))
+ `(href ,@(transformer (string-concatenate (map ->str content))))
)))))
(define-public (href-prefixer tree prefix)