From e4e3a7493ce1ace74a7cdcb64f173604f5d40bc7 Mon Sep 17 00:00:00 2001 From: maxwell Date: Wed, 8 Dec 2010 15:09:41 -0800 Subject: [PATCH] fixed a bug where reshare text was truncated --- app/views/shared/_reshare.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))