Libertree: Added a parameter so that the bb2markdown conversion can differ from libertree to diaspora
This commit is contained in:
@@ -188,7 +188,7 @@ function libertree_send(&$a,&$b) {
|
||||
} while ($oldbody != $body);
|
||||
|
||||
// convert to markdown
|
||||
$body = bb2diaspora($body);
|
||||
$body = bb2diaspora($body, false, false);
|
||||
|
||||
// Adding the title
|
||||
if(strlen($title))
|
||||
|
||||
Reference in New Issue
Block a user