forked from friendica/friendica-addons
fbpost: Better handling of the "share" element
This commit is contained in:
parent
0267222fb4
commit
2e049de238
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue