Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Add body function to comment-presenter - fix looping
Browse files Browse the repository at this point in the history
  • Loading branch information
iboard committed Jan 22, 2012
1 parent da177ff commit aaa8e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/rss_feed.builder
Expand Up @@ -18,7 +18,7 @@ atom_feed(:url => feed_path) do |feed|
end
end
rescue => e
_content += ("\n<br/>ERROR: " + e.inspect + "<br/>").html_safe
_content += ("\n<br/>ERROR!<br/>").html_safe
end
entry.content( _content, :type => :html )
entry.updated item.updated_at
Expand Down

0 comments on commit aaa8e66

Please sign in to comment.