fixed a bug where reshare text was truncated
This commit is contained in:
parent
69f42667b3
commit
e4e3a7493c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@
|
||||||
= link_to t('.reshare'), "#"
|
= link_to t('.reshare'), "#"
|
||||||
|
|
||||||
%ul.reshare_box
|
%ul.reshare_box
|
||||||
=aspect_links(aspects, :prefill => post.message)
|
= aspect_links(aspects, :prefill => CGI::escape(post.message))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue