From: Tom Hughes Date: Tue, 20 Nov 2012 21:01:59 +0000 (+0000) Subject: Fix formatting of comments in the notes RSS feed X-Git-Tag: live~5120^2~70 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/129d505d9117ad05abe6bbc4d1936fd9b6f7bc2a Fix formatting of comments in the notes RSS feed --- diff --git a/app/views/notes/feed.rss.builder b/app/views/notes/feed.rss.builder index d22d67311..dd7d32c5f 100644 --- a/app/views/notes/feed.rss.builder +++ b/app/views/notes/feed.rss.builder @@ -27,7 +27,7 @@ xml.rss("version" => "2.0", if comment.event == "commented" and not comment.nil? description_text += "Comment:
" - description_text += htmlize(comment.body) + description_text += comment.body.to_html description_text += "
" end