mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-03-13 19:48:29 +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>";
|
$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);
|
return($text);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue