Committer: ssafronova
LJSUP-7377: Wishlist - bugfixesU trunk/cgi-bin/cleanhtml.pl
Modified: trunk/cgi-bin/cleanhtml.pl =================================================================== --- trunk/cgi-bin/cleanhtml.pl 2010-12-09 16:37:52 UTC (rev 17893) +++ trunk/cgi-bin/cleanhtml.pl 2010-12-10 05:14:23 UTC (rev 17894) @@ -420,7 +420,7 @@ next TOKEN unless $u; my $wish = LJ::WishElement->load($u, $wishid); next TOKEN unless $wish; - $newdata .= $wish->expand_entry; + $newdata .= Encode::decode_utf8($wish->expand_entry); } # Capture object and embed tags to possibly transform them into something else.