commit ea99d287320a6ad86c206cd5f8fcb65f3f6922ea
parent ef90f037562ca922813c74c19532838eddd806f9
Author: ukai <ukai>
Date: Fri, 22 Feb 2002 17:55:17 +0000
[w3m-dev 03059] table + hborder + rowspan + valign=bottom
* table.c (renderTable): add case BORDER_NOWIN:
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-23 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
+
+ * [w3m-dev 03059] table + hborder + rowspan + valign=bottom
+ * table.c (renderTable): add case BORDER_NOWIN:
+
2002-02-20 Fumitoshi UKAI <ukai@debian.or.jp>
* [w3m-dev 03057] Re: Bug#134350: w3m: Forgets (http auth) login information upon reload (or almost anything else)
diff --git a/table.c b/table.c
@@ -1806,6 +1806,7 @@ renderTable(struct table *t, int max_width, struct html_feed_environ *h_env)
switch (t->border_mode) {
case BORDER_THIN:
case BORDER_THICK:
+ case BORDER_NOWIN:
h += 1;
break;
}