Fix bug
This commit is contained in:
parent
6c6dce401e
commit
c24da9a7e9
3 changed files with 8 additions and 8 deletions
src
|
@ -25,7 +25,7 @@
|
|||
(multiple-value-bind (props children)
|
||||
(parse-body body)
|
||||
`(create-element ,',(string-downcase name)
|
||||
',props
|
||||
(list ,@props)
|
||||
,@children))))
|
||||
|
||||
(defparameter *builtin-elements* (make-hash-table))
|
||||
|
@ -58,7 +58,7 @@
|
|||
(multiple-value-bind (props children)
|
||||
(parse-body body)
|
||||
`(create-element #',',%name
|
||||
',props
|
||||
(list ,@props)
|
||||
,@children))))))
|
||||
|
||||
(defun builtin-element-p (node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue