]> git.mxchange.org Git - friendica.git/commitdiff
render the recycle symbol correctly on Diaspora reshares
authorfriendica <info@friendica.com>
Thu, 5 Jul 2012 05:44:04 +0000 (22:44 -0700)
committerfriendica <info@friendica.com>
Thu, 5 Jul 2012 05:44:04 +0000 (22:44 -0700)
include/diaspora.php

index a398007e197d206629caa3b17cd92fd5845eb27b..5ab0ee6749d6fc775ae82a31eed8cc48a20cbd6a 100755 (executable)
@@ -844,7 +844,7 @@ function diaspora_reshare($importer,$xml) {
        else
                $details = $orig_author;
        
-       $prefix = '&#x2672; ' . $details . "\n"; 
+       $prefix = html_entity_decode("&#x2672; ", ENT_QUOTES, 'UTF-8') . $details . "\n"; 
 
 
        // allocate a guid on our system - we aren't fixing any collisions.