X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0ab8d954ad6d6e4cee5c1238973b8f693c788fcb..6df5bd4acd8037d09af95f369ebfbabc826e8191:/app/views/notes/show.html.erb diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index a32024048..4f20cdd44 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -5,7 +5,7 @@

<%= t(".description") %>

- <%= h(@note.description.to_html) %> + <%= note_description(@note.author, @note.description).to_html %>