mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
fixed xss bug in comment view partial.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user