diff options
author | Dai Sato <satodai@w3m.jp> | 2007-05-23 12:26:56 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2007-05-23 12:26:56 +0000 |
commit | 599bb418573287e81abee33324e3e16c3d933b09 (patch) | |
tree | a4144aea5ec6970999bfefe261b14bb4289e710c /file.c | |
parent | decoding URLs in correct condition. (diff) | |
download | w3m-599bb418573287e81abee33324e3e16c3d933b09.tar.gz w3m-599bb418573287e81abee33324e3e16c3d933b09.zip |
[w3m-dev 03923] avoid extra blanks in pre in table.
Diffstat (limited to '')
-rw-r--r-- | file.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |