w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit e0f57e997eb2b3d3b3f3ecea0d3aa80b0d0e5c8d
parent 363a951b74616c4d336de321fc714b3abaacbab8
Author: ukai <ukai>
Date:   Fri, 23 Nov 2001 18:35:06 +0000

[w3m-dev 02523]
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
fix problem of anchor tag with name attribute only

Diffstat:
MChangeLog | 7+++++++
Mtable.c | 2+-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -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> diff --git a/table.c b/table.c @@ -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: