Fix h macro

This commit is contained in:
Akira Tempaku 2024-02-07 16:13:27 +09:00
commit 55735c71cc
2 changed files with 16 additions and 15 deletions

View file

@ -194,7 +194,7 @@ When given :ASCII and :ATTR, it's possible to insert html text as a children, e.
(defmacro h (&body body)
`(progn
,@(tree-leaves
,@(modify-first-leaves
body
(html-element-p x)
(find-symbol (string-upcase x) :piccolo))))