From: friendica Date: Thu, 5 Jul 2012 05:44:04 +0000 (-0700) Subject: render the recycle symbol correctly on Diaspora reshares X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e29dd081cabe5861895ff2e16c4354caad7b1b13;p=friendica.git render the recycle symbol correctly on Diaspora reshares --- diff --git a/include/diaspora.php b/include/diaspora.php index a398007e19..5ab0ee6749 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -844,7 +844,7 @@ function diaspora_reshare($importer,$xml) { else $details = $orig_author; - $prefix = '♲ ' . $details . "\n"; + $prefix = html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8') . $details . "\n"; // allocate a guid on our system - we aren't fixing any collisions.