diff --git a/modules/rss/tpl/format/rss10.html b/modules/rss/tpl/format/rss10.html
index d04b25392..d829d1bd9 100644
--- a/modules/rss/tpl/format/rss10.html
+++ b/modules/rss/tpl/format/rss10.html
@@ -28,7 +28,7 @@
-
{$oDocument->getTitleText()}
{$oDocument->getPermanentUrl()}
- {$oDocument->getSummary(400)|escape}
+ {$oDocument->getSummary(400)}
{$oDocument->getNickName()}
{date('c', ztime($oDocument->get('regdate')))}
diff --git a/modules/rss/tpl/format/rss20.html b/modules/rss/tpl/format/rss20.html
index 0343a938c..b88e42a09 100644
--- a/modules/rss/tpl/format/rss20.html
+++ b/modules/rss/tpl/format/rss20.html
@@ -22,7 +22,7 @@
{\Rhymix\Framework\Filters\HTMLFilter::fixRelativeUrls(utf8_trim(utf8_normalize_spaces($oDocument->get('content'))))|escape}
- {$oDocument->getSummary(400)|escape}
+ {$oDocument->getSummary(400)}
{Context::replaceUserLang($oDocument->getModuleName())}
{Context::replaceUserLang($category_name)}