From: Michael Vogel Date: Mon, 17 Dec 2012 09:31:12 +0000 (+0100) Subject: fbpost: Better handling of the "share" element X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e049de238d725752e5d5b6b9a42490ecaacd233;p=friendica-addons.git fbpost: Better handling of the "share" element --- 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); }