diff --git a/app/views/comments/_comment.html.haml b/app/views/comments/_comment.html.haml index 6b6c1dab5..56252c83d 100644 --- a/app/views/comments/_comment.html.haml +++ b/app/views/comments/_comment.html.haml @@ -7,6 +7,6 @@ = person_image_tag(post.person) %span.from = link_to post.person.real_name, post.person - = auto_link post.text + = auto_link sanitize post.text %div.time = "#{time_ago_in_words(post.updated_at)} ago"