diff --git a/twitter/twitter.php b/twitter/twitter.php index 43009709..c07d3b58 100755 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -512,7 +512,7 @@ function twitter_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);