aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-01-18 13:17:31 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-01-18 13:17:31 +0000
commit794351356e369320b44970f711b821d947e5b028 (patch)
treeae56b7bde70cc22e64d76172067d94df00203d64
parentUse xz with -9e for the dist target (diff)
downloadw3m-794351356e369320b44970f711b821d947e5b028.tar.gz
w3m-794351356e369320b44970f711b821d947e5b028.zip
Disable <section> behaves as <hr>
Because displaying horizontal rules are redundantly and unneeded, especially when sections are nested.
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index 78987e9..1ab1c55 100644
--- a/file.c
+++ b/file.c
@@ -4838,7 +4838,6 @@ HTMLtagproc1(struct parsed_tag *tag, struct html_feed_environ *h_env)
}
flushline(h_env, obuf, envs[h_env->envc].indent, 0, h_env->limit);
return 0;
- case HTML_SECTION:
case HTML_HR:
close_anchor(h_env, obuf);
tmp = process_hr(tag, h_env->limit, envs[h_env->envc].indent);