From: Ian Dees Date: Fri, 31 May 2013 03:13:45 +0000 (+0000) Subject: HTMLize note browse pages X-Git-Tag: live~4943 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/80903324cfabf9330973b06e68b423f38fc13522 HTMLize note browse pages --- diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 083b1ab86..31fd00f01 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -41,7 +41,7 @@

<%= t "browse.note.description" %>

-

<%= h(@note.comments.first.body) %>

+

<%= h(@note.comments.first.body.to_html) %>