Skip to content

Commit 162e71e

Browse files
committed
Update Lexbor
Commit: lexbor/lexbor@f0539d1
1 parent c3a5b98 commit 162e71e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/dom/lexbor/lexbor/html/parser.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ lxb_html_parse_fragment_chunk_begin(lxb_html_parser_t *parser,
202202
}
203203

204204
lxb_html_tokenizer_set_state_by_tag(parser->tkz, doc->scripting, tag_id, ns);
205+
lxb_html_tokenizer_tmp_tag_id_set(parser->tkz, LXB_TAG__UNDEF);
205206

206207
parser->root = lxb_html_interface_create(new_doc, LXB_TAG_HTML, LXB_NS_HTML);
207208
if (parser->root == NULL) {

0 commit comments

Comments
 (0)