diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index e8c49636b..b0c60941a 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -64,7 +64,7 @@
- <%= simple_format text_with_links comment.body %> + <%= simple_format text_with_links(comment.body), {}, sanitize: false %>