mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
This commit is contained in:
commit
26e1ee5810
@ -566,7 +566,7 @@ init_sgml_parser(enum sgml_parser_type type, enum sgml_document_type doctype,
|
||||
add_dom_stack_context(&parser->stack, parser, &sgml_parser_context_info);
|
||||
|
||||
/* Don't keep the 'fake' text nodes that holds the parsing data. */
|
||||
init_dom_stack(&parser->parsing, 0);
|
||||
init_dom_stack(&parser->parsing, DOM_STACK_FLAG_FREE_NODES);
|
||||
add_dom_stack_context(&parser->parsing, parser, &sgml_parsing_context_info);
|
||||
|
||||
return parser;
|
||||
|
Loading…
Reference in New Issue
Block a user