From aef0059d8c118610b6bf2b7900bcb948ae9c0cc3 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Mon, 1 Jul 2013 19:50:55 +0300 Subject: [PATCH] Remove trailing closing php tag in classes and excessive lines --- ajax/thumbnail.php | 2 -- appinfo/app.php | 4 ---- index.php | 2 -- lib/office.php | 3 --- 4 files changed, 11 deletions(-) diff --git a/ajax/thumbnail.php b/ajax/thumbnail.php index 1f33d47b..7ef85707 100644 --- a/ajax/thumbnail.php +++ b/ajax/thumbnail.php @@ -27,5 +27,3 @@ session_write_close(); $file = $_GET['filepath']; \OCP\Preview::show($file,120,120); - - diff --git a/appinfo/app.php b/appinfo/app.php index 38b53ea3..5b36ebf1 100755 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -32,7 +32,3 @@ OCP\App::addNavigationEntry(array( 'icon' => OCP\Util::imagePath('office', 'office.png'), 'name' => 'Office') ); - - - -?> diff --git a/index.php b/index.php index a3b417c7..64bf38a1 100755 --- a/index.php +++ b/index.php @@ -35,5 +35,3 @@ $list=\OCA\Office\Storage::getDocuments(); $tmpl = new OCP\Template('office', 'documents', 'user'); $tmpl->assign('list', $list); $tmpl->printPage(); - - diff --git a/lib/office.php b/lib/office.php index ee6803ad..f945f113 100755 --- a/lib/office.php +++ b/lib/office.php @@ -30,8 +30,5 @@ class Storage { $list=\OCP\Files::searchByMime('application/vnd.oasis.opendocument.text'); return $list; } - } - -?>