From: Tobias Diekershoff Date: Fri, 12 Apr 2013 07:12:05 +0000 (+0200) Subject: use simple style for sharing on SN X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c6e650548da193431c2b9d402c99cab0265ca73;p=friendica-addons.git use simple style for sharing on SN --- diff --git a/statusnet/statusnet.php b/statusnet/statusnet.php index 76ba18fb..f2f8a5f7 100755 --- a/statusnet/statusnet.php +++ b/statusnet/statusnet.php @@ -656,7 +656,7 @@ function statusnet_post_hook(&$a,&$b) { // ok, all the links we want to send out are save, now strip // away the remaining bbcode //$msg = strip_tags(bbcode($tmp, false, false)); - $msg = bbcode($tmp, false, false); + $msg = bbcode($tmp, false, false, true); $msg = str_replace(array('
','
'),"\n",$msg); $msg = strip_tags($msg);