]> git.mxchange.org Git - friendica.git/blobdiff - mod/bookmarklet.php
small changes to the developer intro doc
[friendica.git] / mod / bookmarklet.php
index 96eb3702879736add9690bb20b5e94db27af8aaa..e1759ab6556105b3622425fcfa9feec1f56b9a18 100644 (file)
@@ -32,7 +32,7 @@ function bookmarklet_content(&$a) {
                        'visitor' => 'block',
                        'profile_uid' => local_user(),
                        'acl_data' => construct_acl_data($a, $a->user), // For non-Javascript ACL selector
-                       'title' => $_REQUEST["title"],
+                       'title' => trim($_REQUEST["title"], "*"),
                        'content' => $content
                );
                $o = status_editor($a,$x, 0, false);