This seems to fix pr10980
original commit: 0ed6e4a3963ca7b2f5600ce8b436d1c343f84177
This commit is contained in:
parent
c2b3152fca
commit
39a6097dc5
|
@ -295,6 +295,7 @@
|
|||
(append-map (lambda (s) (cond
|
||||
[(string? s) (decode-string s)]
|
||||
[(void? s) null]
|
||||
[(splice? s) (decode-content (splice-run s))]
|
||||
[else (list s)]))
|
||||
(skip-whitespace l)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user