diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 7efab5588..673edf740 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -13,7 +13,7 @@ <% end %>
- <%= comment.body_html %> + <%= simple_format comment.body_html %>
<% end %>