Fix h macro
This commit is contained in:
parent
0d51c5ec63
commit
4fd887fc1b
1 changed files with 1 additions and 1 deletions
|
@ -257,4 +257,4 @@
|
||||||
(lambda (node)
|
(lambda (node)
|
||||||
(or (html-element-p node) (fragment-p node)))
|
(or (html-element-p node) (fragment-p node)))
|
||||||
(lambda (node)
|
(lambda (node)
|
||||||
(find-symbol (string-upcase node) :piccolo)))))
|
(find-symbol (string node) :piccolo)))))
|
||||||
|
|
Loading…
Reference in a new issue