From e59a1806cf676dad9256ad3adb83a6e9530b7612 Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Mon, 9 Jul 2012 16:51:16 +0200 Subject: remove superfluous ?> at the end of .php files (left out apps/*/templates) --- apps/files/ajax/rawlist.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/files/ajax/rawlist.php') diff --git a/apps/files/ajax/rawlist.php b/apps/files/ajax/rawlist.php index 7cb02f79673..d159f6e152f 100644 --- a/apps/files/ajax/rawlist.php +++ b/apps/files/ajax/rawlist.php @@ -22,5 +22,3 @@ foreach( OC_Files::getdirectorycontent( $dir, $mimetype ) as $i ){ } OCP\JSON::success(array('data' => $files)); - -?> -- cgit v1.2.3