commit 2f9243b9b63d0fc9c14e4af89fffb5b03d132f86
parent 606145f4a91b1c0626fc2227dbdc06438aeccdf9
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 }
};