<div dir="ltr">Hi,<div><br></div><div>I think I've found a bug in closure. If I execute</div><div><br></div><div>(chtml:parse "<small><p>test1</p><p>test2</p></small>" (chtml:make-lhtml-builder))<br>
</div><div><br></div><div>> (:HTML NIL (:HEAD NIL)</div><div> (:BODY NIL (:SMALL NIL) (:P NIL (:SMALL NIL "test1")) (:P NIL "test2")))</div><div><br></div><div>I get that incorrect parse tree. The example is taken from a real website and the same happens inside the entire page. That happens both with the current git version and the quicklisp version (which might just be the same one).</div>
<div><br></div><div>Any help?</div><div><br></div><div>Chris</div><div><br></div></div>