diff --git a/include/bbcode.php b/include/bbcode.php index 342cd7be5f..308cbf1be1 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -520,7 +520,8 @@ function bb_ShareAttributesSimple2($match) { $userid = GetProfileUsername($profile,$author); - $text = "
".html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').' '.$userid.":
".$match[2]; + //$text = "
".html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').' '.$userid.":
".$match[2]; + $text = "
".html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8').' '.$userid.":
".$match[2]; return($text); }