aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-08-30 00:59:02 +0000
committerGitHub <noreply@github.com>2020-08-30 00:59:02 +0000
commitf8b3efef9ca4399151e33897017ff3bf43afbe9e (patch)
treee7cecd5b5e1cadd8532cbe1b80e1e2fc80f15679 /file.c
parentMerge pull request #146 from acli/20200821_a_CLEANED (diff)
parentwip from about a week ago. Need to stash these away for now to check the q br... (diff)
downloadw3m-f8b3efef9ca4399151e33897017ff3bf43afbe9e.tar.gz
w3m-f8b3efef9ca4399151e33897017ff3bf43afbe9e.zip
Merge pull request #147 from acli/20200825_section
Rudimentary support for the section tag
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index 34e445c..52ace23 100644
--- a/file.c
+++ b/file.c
@@ -4800,6 +4800,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);