1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-03-21 12:29:14 +01:00

Remove empty lines at end of file

This commit is contained in:
Bart Visscher 2012-09-07 14:22:18 +02:00
parent a1109943f7
commit 412c6ab27d

View File

@ -36,4 +36,3 @@ $params=array(OCP\USER::getUser(), htmlspecialchars_decode($_POST["url"]));
$bookmarks = $query->execute($params);
header( "HTTP/1.1 204 No Content" );