1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

The attribute parsing of proc. instruction nodes has the complete source

This commit is contained in:
Jonas Fonseca 2006-01-02 02:44:01 +01:00 committed by Jonas Fonseca
parent f608e2a0ae
commit dc10be626e

View File

@ -308,7 +308,7 @@ parse_sgml_plain(struct dom_stack *stack, struct dom_scanner *scanner)
/* The attribute souce is complete. */
init_dom_scanner(&attr_scanner, &sgml_scanner_info,
&token->string, SGML_STATE_ELEMENT,
scanner->count_lines, 0);
scanner->count_lines, 1);
if (dom_scanner_has_tokens(&attr_scanner))
parse_sgml_attributes(stack, &attr_scanner);