render the recycle symbol correctly on Diaspora reshares
This commit is contained in:
parent
f40b056e3b
commit
e29dd081ca
|
@ -844,7 +844,7 @@ function diaspora_reshare($importer,$xml) {
|
||||||
else
|
else
|
||||||
$details = $orig_author;
|
$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.
|
// allocate a guid on our system - we aren't fixing any collisions.
|
||||||
|
|
Loading…
Reference in a new issue