mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
parse_table(): fix missing goto see.
This commit is contained in:
parent
29a80ce4eb
commit
a00dfbecf9
@ -685,6 +685,7 @@ see:
|
|||||||
}
|
}
|
||||||
|
|
||||||
add_table_bad_html_end(table, html);
|
add_table_bad_html_end(table, html);
|
||||||
|
goto see;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -726,6 +727,7 @@ see:
|
|||||||
add_table_bad_html_end(table, html);
|
add_table_bad_html_end(table, html);
|
||||||
|
|
||||||
group = 2;
|
group = 2;
|
||||||
|
goto see;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TD TH */
|
/* TD TH */
|
||||||
|
Loading…
Reference in New Issue
Block a user