aboutsummaryrefslogtreecommitdiff
path: root/module/sxml/transformations.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/sxml/transformations.scm')
-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)