mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
parent
c3a5b98771
commit
162e71e165
1 changed files with 1 additions and 0 deletions
|
@ -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_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);
|
parser->root = lxb_html_interface_create(new_doc, LXB_TAG_HTML, LXB_NS_HTML);
|
||||||
if (parser->root == NULL) {
|
if (parser->root == NULL) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue