mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-12-22 18:10:15 +00:00
fbpost: Better handling of the "share" element
This commit is contained in:
parent
0267222fb4
commit
2e049de238
1 changed files with 2 additions and 1 deletions
|
@ -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