1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

parse_table(): fix missing goto see.

This commit is contained in:
Laurent MONIN 2005-12-06 15:32:02 +01:00 committed by Laurent MONIN
parent 29a80ce4eb
commit a00dfbecf9

View File

@ -685,6 +685,7 @@ see:
}
add_table_bad_html_end(table, html);
goto see;
}
}
@ -726,6 +727,7 @@ see:
add_table_bad_html_end(table, html);
group = 2;
goto see;
}
/* TD TH */