[Commits] [SCM] claws branch, master, updated. 3.16.0-260-gbdf6463
ticho at claws-mail.org
ticho at claws-mail.org
Mon Aug 13 20:38:48 CEST 2018
The branch, master has been updated
via bdf64632931718f7422ea1e78e20ddd4d492e149 (commit)
from 383333946dda94ea8490bccbb5322113894bf2c1 (commit)
Summary of changes:
src/plugins/rssyl/strutils.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit bdf64632931718f7422ea1e78e20ddd4d492e149
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Mon Aug 13 20:38:30 2018 +0200
Add <sub> and </sub> to list of HTML tags to remove from feed subjects.
diff --git a/src/plugins/rssyl/strutils.c b/src/plugins/rssyl/strutils.c
index 96b05a1..441f4fd 100644
--- a/src/plugins/rssyl/strutils.c
+++ b/src/plugins/rssyl/strutils.c
@@ -124,6 +124,8 @@ static RSSyl_HTMLSymbol tag_list[] = {
{ "<nobr>", "" },
{ "</nobr>", "" },
{ "<wbr>", "" },
+ { "<sub>", "" },
+ { "</sub>", "" },
{ NULL, NULL }
};
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list