Fix formatting of comments in the notes RSS feed

This commit is contained in:
Tom Hughes 2012-11-20 21:01:59 +00:00
parent 7599f98957
commit 129d505d91

View file

@ -27,7 +27,7 @@ xml.rss("version" => "2.0",
if comment.event == "commented" and not comment.nil?
description_text += "<b>Comment:</b><br>"
description_text += htmlize(comment.body)
description_text += comment.body.to_html
description_text += "<br>"
end