Fix h macro
This commit is contained in:
parent
2b3446dac6
commit
55735c71cc
2 changed files with 16 additions and 15 deletions
src
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue