commit bdf64632931718f7422ea1e78e20ddd4d492e149
parent 383333946dda94ea8490bccbb5322113894bf2c1
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Mon, 13 Aug 2018 20:38:30 +0200
Add <sub> and </sub> to list of HTML tags to remove from feed subjects.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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 }
};