aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-04 22:44:04 -0700
committerfriendica <info@friendica.com>2012-07-04 22:44:04 -0700
commite29dd081cabe5861895ff2e16c4354caad7b1b13 (patch)
treeebab14b454b1b0a77ef60f0b6db62a9ca206b3ba /include
parentf40b056e3b5e55d911d1689017084ef89d96d09a (diff)
downloadvolse-hubzilla-e29dd081cabe5861895ff2e16c4354caad7b1b13.tar.gz
volse-hubzilla-e29dd081cabe5861895ff2e16c4354caad7b1b13.tar.bz2
volse-hubzilla-e29dd081cabe5861895ff2e16c4354caad7b1b13.zip
render the recycle symbol correctly on Diaspora reshares
Diffstat (limited to 'include')
-rwxr-xr-xinclude/diaspora.php2
1 files changed, 1 insertions, 1 deletions
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 = '&#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.