fbpost: Better handling of the "share" element

This commit is contained in:
Michael Vogel 2012-12-17 10:31:12 +01:00
parent 0267222fb4
commit 2e049de238
1 changed files with 2 additions and 1 deletions

View File

@ -368,7 +368,8 @@ function fbpost_ShareAttributes($match) {
$headline .= "</div>";
$text = "<br />".$headline."</strong><blockquote>".$match[2]."</blockquote>";
//$text = "<br />".$headline."</strong><blockquote>".$match[2]."</blockquote>";
$text = "\n\t".$match[2].":\t";
return($text);
}