diff --git a/slices/main/templates/feeds/statuses_rss.xml.builder b/slices/main/templates/feeds/statuses_rss.xml.builder index 0475d65..505cb96 100644 --- a/slices/main/templates/feeds/statuses_rss.xml.builder +++ b/slices/main/templates/feeds/statuses_rss.xml.builder @@ -25,10 +25,7 @@ xml.channel do |channel| channel.item do |item| item.title post.raw_content item.description do |desc| - desc.cdata! post.raw_content - post.photos.each do |p| - desc.cdata! "" - end + desc.cdata! post.feed_content end item.link(post.permalink) item.guid(post.slug, isPermaLink: true)