diff --git a/txexpr/base.rkt b/txexpr/base.rkt index cbb712d..c8ae333 100644 --- a/txexpr/base.rkt +++ b/txexpr/base.rkt @@ -352,5 +352,5 @@ ->cdata loop)]) ;; a little faster than `txexpr` since we know the pieces are valid - (cons tag (append attrs (map proc elements)))) + (cons tag (append (list attrs) (map proc elements)))) x))))