diff --git a/plugins/sobored/rss/Plugin.php b/plugins/sobored/rss/Plugin.php
index fcd12d646..05d36bcd6 100644
--- a/plugins/sobored/rss/Plugin.php
+++ b/plugins/sobored/rss/Plugin.php
@@ -88,7 +88,8 @@ class Plugin extends PluginBase
"\t\t\t" . Settings::get('link') . Settings::get('postPage') . "/" . $post->slug . "\n" .
"\t\t\t" . Settings::get('link') . Settings::get('postPage') . "/" . $post->slug . "\n" .
"\t\t\t" . $published->format(DateTime::RFC2822) . "\n" .
- "\t\t\t\n" .
+ "\t\t\tfeatured_image.">"
+ . htmlspecialchars($description, ENT_QUOTES, 'UTF-8') . " ]]>\n" .
"\t\t\n";
}