mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -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);
|
type != SGML_PARSER_STREAM);
|
||||||
/* FIXME: Some sgml backend specific callbacks? Handle HTML script tags,
|
/* FIXME: Some sgml backend specific callbacks? Handle HTML script tags,
|
||||||
* and feed document.write() data back to the parser. */
|
* and feed document.write() data back to the parser. */
|
||||||
add_dom_stack_callbacks(&parser->stack, callbacks);
|
|
||||||
|
|
||||||
return parser;
|
return parser;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user