fixed xss bug in comment view partial.

This commit is contained in:
Daniel Vincent Grippi 2010-09-16 08:32:19 -07:00
parent 32fc6212ab
commit 07a8fa8bb6

View file

@ -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"