]> git.mxchange.org Git - friendica-addons.git/blobdiff - libertree/libertree.php
Merge remote branch 'upstream/master'
[friendica-addons.git] / libertree / libertree.php
index 0e7e1a8191b2491ed96f257bc49841ad40ac9eb2..fcd0fa5ce5590a6daf21a445280e590bfc01d44d 100755 (executable)
@@ -193,7 +193,7 @@ function libertree_send(&$a,&$b) {
                // Adding the title
                if(strlen($title))
                        $body = "## ".html_entity_decode($title)."\n\n".$body;
-               
+
 
                $params = array(
                        'text' => $body,