From e29dd081cabe5861895ff2e16c4354caad7b1b13 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Jul 2012 22:44:04 -0700 Subject: [PATCH] render the recycle symbol correctly on Diaspora reshares --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/diaspora.php b/include/diaspora.php index a398007e1..5ab0ee674 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.