From aef6574ed8a58ff7751bf3dbae643e66e1956062 Mon Sep 17 00:00:00 2001 From: Jalaloedien Abrahams Date: Fri, 3 Aug 2007 11:03:15 +0000 Subject: [PATCH] KTC-174, KTC-175, KTC-176 "In IE6: Only the first (none thereafter) external feed is created with the title: ">"" Fixed. added sanitize to smarty file... --- plugins/rssplugin/templates/RSSPlugin/managerssfeeds.smarty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rssplugin/templates/RSSPlugin/managerssfeeds.smarty b/plugins/rssplugin/templates/RSSPlugin/managerssfeeds.smarty index e1ff37f..2595a39 100644 --- a/plugins/rssplugin/templates/RSSPlugin/managerssfeeds.smarty +++ b/plugins/rssplugin/templates/RSSPlugin/managerssfeeds.smarty @@ -21,7 +21,7 @@ {section name=feed loop=$feedlist} - {$feedlist[feed].title} + {$feedlist[feed].title|sanitize} {i18n}Edit{/i18n} {i18n}Delete{/i18n} -- libgit2 0.21.4