diff --git a/fbpost/fbpost.php b/fbpost/fbpost.php index dd8de039..4aeca96d 100644 --- a/fbpost/fbpost.php +++ b/fbpost/fbpost.php @@ -368,7 +368,8 @@ function fbpost_ShareAttributes($match) { $headline .= ""; - $text = "
".$headline."
".$match[2]."
"; + //$text = "
".$headline."
".$match[2]."
"; + $text = "\n\t".$match[2].":\t"; return($text); }