diff options
author | Ambrose Li <ambrose.li@gmail.com> | 2020-08-29 08:26:12 +0000 |
---|---|---|
committer | Ambrose Li <ambrose.li@gmail.com> | 2020-08-29 08:26:12 +0000 |
commit | 4d8ba3fe2178027ef8d1f3a93c1948dd33181832 (patch) | |
tree | c8777b47182b89c01d4b477547dd98fd5531f496 /file.c | |
parent | Update ChangeLog (diff) | |
download | w3m-4d8ba3fe2178027ef8d1f3a93c1948dd33181832.tar.gz w3m-4d8ba3fe2178027ef8d1f3a93c1948dd33181832.zip |
wip from about a week ago. Need to stash these away for now to check the q branch
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4772,6 +4772,7 @@ 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); |