[w3m-dev 02523]
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> fix problem of anchor tag with name attribute only
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
2001-11-24 Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
|
||||
|
||||
* [w3m-dev 02523]
|
||||
* table.c (feed_table_tag):
|
||||
fix problem of anchor tag with name attribute only
|
||||
|
||||
2001-11-23 Tsutomu Okada <okada@furuno.co.jp>
|
||||
|
||||
* [w3m-dev 02511]
|
||||
* terms.c (isWinConsole): added
|
||||
|
||||
2001-11-22 Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
|
||||
|
||||
4
table.c
4
table.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: table.c,v 1.6 2001/11/22 14:07:38 ukai Exp $ */
|
||||
/* $Id: table.c,v 1.7 2001/11/23 18:35:06 ukai Exp $ */
|
||||
/*
|
||||
* HTML table
|
||||
*/
|
||||
@@ -2860,7 +2860,7 @@ feed_table_tag(struct table *tbl, char *line, struct table_mode *mode, int width
|
||||
}
|
||||
}
|
||||
else
|
||||
suspend_or_pushdata(tbl, line);
|
||||
suspend_or_pushdata(tbl, Strnew_m_charp(line, ANSP, NULL)->ptr);
|
||||
break;
|
||||
case HTML_DEL:
|
||||
case HTML_N_DEL:
|
||||
|
||||
Reference in New Issue
Block a user