]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/feed.rss.builder
Fix formatting of comments in the notes RSS feed
[rails.git] / app / views / notes / feed.rss.builder
index d22d673119a3d875e0a9819c9ceddd660802d2b5..dd7d32c5f5c19e976488cd323cd53fa3ce0992b9 100644 (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