madeon wrote in changelog

[ljcom] r11821: LJSUP-11909: New Repost feature

Committer: sbelyaev
LJSUP-11909: New Repost feature
U   trunk/cgi-bin/LJ/Clean/Like.pm
Modified: trunk/cgi-bin/LJ/Clean/Like.pm
===================================================================
--- trunk/cgi-bin/LJ/Clean/Like.pm	2012-04-26 12:53:14 UTC (rev 11820)
+++ trunk/cgi-bin/LJ/Clean/Like.pm	2012-04-26 12:53:40 UTC (rev 11821)
@@ -142,7 +142,7 @@
                         });
 
     $params->{'lj_like.livejournal'} = 1;
-    $params->{'give_button'} = $give_button;
+    $params->{'give_button'} = Encode::decode_utf8($give_button);
 }
 
 sub __params {