X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/78f608b114c05f1147936a57b930831e28000c1a..3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 4137c33c1..12de1114f 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -44,8 +44,7 @@ <% @note.comments[1..-1].each do |comment| %> - <%= h(comment.body) %> -
+ <%= comment.body.to_html %> <%= t "browse.note.at_by_html", :when => friendly_date(comment.created_at), :user => note_author(comment) %>