diff --git a/app/views/pages/_comments.html.erb b/app/views/pages/_comments.html.erb index 63f9a53..b4e2e09 100644 --- a/app/views/pages/_comments.html.erb +++ b/app/views/pages/_comments.html.erb @@ -10,7 +10,7 @@ said <%= time_lost_in_words comment.page.created_at, comment.created_at %> later:
- <%= h(comment.comment) %> + <%= nl2br(h(comment.comment)) %>
<% end -%>