From 4d8ba3fe2178027ef8d1f3a93c1948dd33181832 Mon Sep 17 00:00:00 2001 From: Ambrose Li Date: Sat, 29 Aug 2020 04:26:12 -0400 Subject: wip from about a week ago. Need to stash these away for now to check the q branch --- file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'file.c') diff --git a/file.c b/file.c index c0fc044..2ad58ca 100644 --- a/file.c +++ b/file.c @@ -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); -- cgit v1.2.3