mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
And the SGML parser should not add any callbacks anymore
This commit is contained in:
parent
0834e77252
commit
5f9583579e
@ -322,7 +322,6 @@ init_sgml_parser(enum sgml_parser_type type, enum sgml_document_type doctype,
|
||||
type != SGML_PARSER_STREAM);
|
||||
/* FIXME: Some sgml backend specific callbacks? Handle HTML script tags,
|
||||
* and feed document.write() data back to the parser. */
|
||||
add_dom_stack_callbacks(&parser->stack, callbacks);
|
||||
|
||||
return parser;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user