[w3m-dev 02896] fid attr value should be in sequence

* table.c (feed_table_tag): s/line/""/ for HTML_FORM,HTML_N_FORM
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2002-01-23 17:57:10 +00:00
parent 316998e06a
commit 0e3d9e6a6f
2 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: table.c,v 1.13 2001/12/27 17:56:03 ukai Exp $ */
/* $Id: table.c,v 1.14 2002/01/23 17:57:10 ukai Exp $ */
/*
* HTML table
*/
@@ -2786,11 +2786,11 @@ feed_table_tag(struct table *tbl, char *line, struct table_mode *mode,
feed_table1(tbl, tok, mode, width);
break;
case HTML_FORM:
feed_table_block_tag(tbl, line, mode, 0, cmd);
feed_table_block_tag(tbl, "", mode, 0, cmd);
process_form(tag);
break;
case HTML_N_FORM:
feed_table_block_tag(tbl, line, mode, 0, cmd);
feed_table_block_tag(tbl, "", mode, 0, cmd);
process_n_form();
break;
case HTML_INPUT: