X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fbookmarklet.php;h=e1759ab6556105b3622425fcfa9feec1f56b9a18;hb=e8df044080dd00056497192bc5582d051ef05716;hp=96eb3702879736add9690bb20b5e94db27af8aaa;hpb=44df625badbf5c51a07bbc0542eaa14316a0a234;p=friendica.git diff --git a/mod/bookmarklet.php b/mod/bookmarklet.php index 96eb370287..e1759ab655 100644 --- a/mod/bookmarklet.php +++ b/mod/bookmarklet.php @@ -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);