diff --git a/modules/rss/tpl/rss20.html b/modules/rss/tpl/rss20.html
index 3359a99ef..e843e2cf3 100644
--- a/modules/rss/tpl/rss20.html
+++ b/modules/rss/tpl/rss20.html
@@ -4,7 +4,7 @@
{$info->title}
{$info->link}
- description}]]>
+ {htmlspecialchars(str_replace('\'', ''',$info->description))}
{$info->language}
{$info->date}
{$info->total_count}
@@ -14,13 +14,13 @@
{str_replace('\'', ''',$oDocument->getNickName())}
{$oDocument->getPermanentUrl()}
- getContent(false,false,true)}]]>
+ {htmlspecialchars(str_replace('\'', ''',$oDocument->getContent(false,false,true)))}
- getContentText(100)}]]>
+ {htmlspecialchars(str_replace('\'', ''',$oDocument->getContentText(100)))}
{$oDocument->getRegdateGM()}
-
+ {htmlspecialchars(str_replace('\'', ''',$tag))}