From 8517a196f4110376ce769611594cd8692f72dc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 04:21:16 +0200 Subject: Remove ->str and ->quoted-string. ->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once. --- module/sxml/transformations.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/sxml/transformations.scm') 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) -- cgit v1.2.3