From 61f68c216abea3bca2ac30f0b89652d443aa9679 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 18 Jan 2021 22:42:07 +0900 Subject: New patch 010_section.patch to disable
behaves as
--- debian/patches/010_section.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/010_section.patch create mode 100644 debian/patches/series (limited to 'debian') diff --git a/debian/patches/010_section.patch b/debian/patches/010_section.patch new file mode 100644 index 0000000..1d920ce --- /dev/null +++ b/debian/patches/010_section.patch @@ -0,0 +1,15 @@ +Subject: Disable
behaves as
+Author: Tatsuya Kinoshita + +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); diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..e435bd4 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +010_section.patch -- cgit v1.2.3