diff --git a/app/views/comment/_comment.html.erb b/app/views/comment/_comment.html.erb index 58cd200..71c1aa6 100644 --- a/app/views/comment/_comment.html.erb +++ b/app/views/comment/_comment.html.erb @@ -38,7 +38,7 @@
<%= show_time(comment.created_at) %>
-

<%= comment.title.blank? && ' ' || comment.title %>

+

<%= comment.title.blank? && ' '.html_safe || comment.title %>

<%= txt2html comment.body %> -- libgit2 0.21.2