This commit is contained in:
paku 2024-02-10 14:53:10 +09:00
parent 7ea3778e34
commit a637a2edbc

View file

@ -250,8 +250,6 @@
,@(modify-first-leaves
body
(lambda (node)
(declare (ignorable node))
(or (html-element-p node) (string= node '<>)))
(lambda (node)
(declare (ignorable node))
(find-symbol (string-upcase node) :piccolo)))))