X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..129d505d9117ad05abe6bbc4d1936fd9b6f7bc2a:/app/views/notes/feed.rss.builder 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