aboutsummaryrefslogtreecommitdiffstats
path: root/table.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 18:35:06 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-23 18:35:06 +0000
commit8accab878360a07e59210c6d2b49cfdec67d8435 (patch)
tree53d92b5ef395216939a98857725307d07c2d081b /table.c
parent[w3m-dev 02511] (diff)
downloadw3m-8accab878360a07e59210c6d2b49cfdec67d8435.tar.gz
w3m-8accab878360a07e59210c6d2b49cfdec67d8435.zip
[w3m-dev 02523]
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp> fix problem of anchor tag with name attribute only
Diffstat (limited to '')
-rw-r--r--table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/table.c b/table.c
index fb3b6f9..d9e44fa 100644
--- a/table.c
+++ b/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: