diff --git a/app/views/shared/_reshare.haml b/app/views/shared/_reshare.haml index 15134ea6a..872acc531 100644 --- a/app/views/shared/_reshare.haml +++ b/app/views/shared/_reshare.haml @@ -7,5 +7,5 @@ = link_to t('.reshare'), "#" %ul.reshare_box - =aspect_links(aspects, :prefill => post.message) + = aspect_links(aspects, :prefill => CGI::escape(post.message))