Fix bookmarklet

This commit is contained in:
brantje 2016-10-07 17:55:00 +02:00
parent e9ac236a20
commit 4f12b4f8df
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -48,7 +48,7 @@ class PageController extends Controller {
*/
public function bookmarklet($url='',$title='') {
$params = array('url' => $url, 'label' => $title);
return new TemplateResponse('passman', 'bookmarklet', $params);
}
/**