From 7937a0734f25e2c344a4442d55d9bdded1ac8ad0 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 10 Jan 2017 12:53:15 -0800 Subject: [PATCH] whoops --- txexpr/base.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))