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