From 30da149c90a5b96a1954f7ba29840633398abb94 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 3 Mar 2013 23:43:35 +0100 Subject: [PATCH] gpluspost: Showing a "recycle" sign when displaying repeated items. --- gpluspost/gpluspost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpluspost/gpluspost.php b/gpluspost/gpluspost.php index 22fccdef..76cf237b 100644 --- a/gpluspost/gpluspost.php +++ b/gpluspost/gpluspost.php @@ -216,7 +216,7 @@ function gpluspost_ShareAttributes($match) { //$text = "
".$headline."
".$match[2]."
"; //$text = "\n\t".$match[2].":\t"; - $text = $author.": ".$match[2]; + $text = html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').$author.": ".$match[2]; return($text); }