Fix tag of fragment
This commit is contained in:
parent
2ae90c290e
commit
50cb8c006b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
|
||||
(defun make-fragment (&key children)
|
||||
(make-instance 'fragment
|
||||
:tag 'fragment
|
||||
:tag "fragment"
|
||||
:attrs (make-attrs :alist nil)
|
||||
:children (esc:escape-children children)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue