fixed a bug where reshare text was truncated

This commit is contained in:
maxwell 2010-12-08 15:09:41 -08:00
parent 69f42667b3
commit e4e3a7493c

View file

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