diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-01-18 13:17:31 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-01-18 13:20:55 +0000 |
commit | 4b5ca1bbfd2503f45bcd1c0f525a984b94b7387d (patch) | |
tree | 4b0bed2a59d55560d454aaa706f02bae071f10d2 | |
parent | Update ChangeLog (diff) | |
download | w3m-4b5ca1bbfd2503f45bcd1c0f525a984b94b7387d.tar.gz w3m-4b5ca1bbfd2503f45bcd1c0f525a984b94b7387d.zip |
Disable <section> behaves as <hr>v0.5.3+git20210102+deb11u0.1
Because displaying horizontal rules are redundantly and unneeded,
especially when sections are nested.
-rw-r--r-- | file.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |