From 2e049de238d725752e5d5b6b9a42490ecaacd233 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 17 Dec 2012 10:31:12 +0100 Subject: [PATCH] fbpost: Better handling of the "share" element --- fbpost/fbpost.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }