X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c6be5f3a6f5773455b1f289caefdbe414dbdf7ad..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) %>