X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c9fb1466085e7822a5dff22b2a2006d02b804178..7599f98957334d1924550205f7ba12a726de7eb0:/app/views/notes/mine.html.erb diff --git a/app/views/notes/mine.html.erb b/app/views/notes/mine.html.erb index 50c15cd9d..c58548b47 100644 --- a/app/views/notes/mine.html.erb +++ b/app/views/notes/mine.html.erb @@ -27,7 +27,7 @@ <% else %> <%= link_to h(note.author_name), :controller => "user", :action => "view", :display_name => note.author_name %> <% end %> - <%= htmlize note.comments.first.body %> + <%= note.comments.first.body.to_html %> <%= l note.created_at %> <%= l note.updated_at %>