diff --git a/app/views/home/rss.erb b/app/views/home/rss.erb index abbe26e..9d5c429 100644 --- a/app/views/home/rss.erb +++ b/app/views/home/rss.erb @@ -14,13 +14,14 @@ <%= story.user.username %> <%= story.created_at.rfc2822 %> <%= story.comments_url %> - <% if story.markeddown_description.present? %> - <%= raw coder.encode(story.markeddown_description, - :decimal) %> - <% else %> - <%= cdata_section(link_to("Comments", - story.comments_url)) %> - <% end %> + + <%= raw coder.encode(story.markeddown_description, :decimal) %> + <% if story.url.present? %> +

+ <%= raw link_to("Comments", story.comments_url) %> +

+ <% end %> +
<% story.taggings.each do |tagging| %> <%= tagging.tag.tag %> <% end %>