aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2007-05-23 12:26:56 +0000
committerDai Sato <satodai@w3m.jp>2007-05-23 12:26:56 +0000
commit599bb418573287e81abee33324e3e16c3d933b09 (patch)
treea4144aea5ec6970999bfefe261b14bb4289e710c /file.c
parentdecoding URLs in correct condition. (diff)
downloadw3m-599bb418573287e81abee33324e3e16c3d933b09.tar.gz
w3m-599bb418573287e81abee33324e3e16c3d933b09.zip
[w3m-dev 03923] avoid extra blanks in pre in table.
Diffstat (limited to '')
-rw-r--r--file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.c b/file.c
index 14294ab..ca920bd 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,4 @@
-/* $Id: file.c,v 1.251 2007/04/19 12:00:37 inu Exp $ */
+/* $Id: file.c,v 1.252 2007/05/23 12:26:56 inu Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
@@ -4606,6 +4606,7 @@ HTMLtagproc1(struct parsed_tag *tag, struct html_feed_environ *h_env)
do_blankline(h_env, obuf, envs[h_env->envc].indent, 0,
h_env->limit);
obuf->flag |= RB_IGNORE_P;
+ h_env->blank_lines++;
}
obuf->flag &= ~RB_PRE;
close_anchor(h_env, obuf);