use simple style for sharing on twitter

This commit is contained in:
Tobias Diekershoff 2013-04-12 09:13:33 +02:00
parent 4c6e650548
commit 17b3676883
1 changed files with 1 additions and 1 deletions

View File

@ -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('<br>','<br />'),"\n",$msg);
$msg = strip_tags($msg);