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 61de42aa..09b26ad4 100644
--- a/module/sxml/transformations.scm
+++ b/module/sxml/transformations.scm
@@ -31,7 +31,7 @@
(attribute-transformer
tree
`((href . ,(lambda (_ . content)
- `(href ,@(transformer (string-concatenate (map ->str content))))
+ `(href ,@(transformer (string-concatenate (map ->string content))))
)))))
(define (href-prefixer tree prefix)