From 162e71e16511fec47cd0daecad007ee5a64a0b98 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:35:33 +0200 Subject: [PATCH] Update Lexbor Commit: https://github.com/lexbor/lexbor/commit/f0539d137a9760d724dd378fad1c9fba1b083419 --- ext/dom/lexbor/lexbor/html/parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/dom/lexbor/lexbor/html/parser.c b/ext/dom/lexbor/lexbor/html/parser.c index cf72d1b8971..8ad05beb565 100644 --- a/ext/dom/lexbor/lexbor/html/parser.c +++ b/ext/dom/lexbor/lexbor/html/parser.c @@ -202,6 +202,7 @@ lxb_html_parse_fragment_chunk_begin(lxb_html_parser_t *parser, } lxb_html_tokenizer_set_state_by_tag(parser->tkz, doc->scripting, tag_id, ns); + lxb_html_tokenizer_tmp_tag_id_set(parser->tkz, LXB_TAG__UNDEF); parser->root = lxb_html_interface_create(new_doc, LXB_TAG_HTML, LXB_NS_HTML); if (parser->root == NULL) {