Fix tag of fragment

This commit is contained in:
paku 2024-03-08 17:41:49 +09:00
parent 2ae90c290e
commit 50cb8c006b

View file

@ -79,7 +79,7 @@
(defun make-fragment (&key children) (defun make-fragment (&key children)
(make-instance 'fragment (make-instance 'fragment
:tag 'fragment :tag "fragment"
:attrs (make-attrs :alist nil) :attrs (make-attrs :alist nil)
:children (esc:escape-children children))) :children (esc:escape-children children)))