render the recycle symbol correctly on Diaspora reshares

This commit is contained in:
friendica 2012-07-04 22:44:04 -07:00
parent f40b056e3b
commit e29dd081ca
1 changed files with 1 additions and 1 deletions

View File

@ -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.