X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fbookmarklet.php;h=e1759ab6556105b3622425fcfa9feec1f56b9a18;hb=6504568f2e3c4b479b87bd21fcde1d6d490efef2;hp=96eb3702879736add9690bb20b5e94db27af8aaa;hpb=1c424a5425d64d1a2cc3e9ba8aff45c65f48f01a;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);