]> git.mxchange.org Git - friendica-addons.git/commitdiff
use simple style for sharing on SN
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 12 Apr 2013 07:12:05 +0000 (09:12 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 12 Apr 2013 07:12:05 +0000 (09:12 +0200)
statusnet/statusnet.php

index 76ba18fb703e94fcee224b16fb1c6122a41c0ddd..f2f8a5f7a6b386a3072a4a199caaad23ec5061af 100755 (executable)
@@ -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('<br>','<br />'),"\n",$msg);
                        $msg = strip_tags($msg);