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); }