From a36e1c72d40ee0369215889ab862e64994d98dbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 9 Jul 2012 16:51:16 +0200 Subject: [PATCH] remove superfluous ?> at the end of .php files (left out apps/*/templates) --- lib/bookmarks.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/bookmarks.php b/lib/bookmarks.php index e0005968..86fba45a 100644 --- a/lib/bookmarks.php +++ b/lib/bookmarks.php @@ -145,5 +145,4 @@ class OC_Bookmarks_Bookmarks{ $result = $query->execute(); return true; } -} -?> +} \ No newline at end of file