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