From bcd86bfd02d4ec07a3fcadf5507d7dcdbb1f6638 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 26 Aug 2012 15:43:34 +0200 Subject: [PATCH] Remove some empty lines --- apps/impress/templates/presentations.php | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/apps/impress/templates/presentations.php b/apps/impress/templates/presentations.php index ab75802b359..532d3660dfc 100755 --- a/apps/impress/templates/presentations.php +++ b/apps/impress/templates/presentations.php @@ -1,30 +1,17 @@ '.$l->t('Documentation').' -'); - + '); if(empty($_['list'])) { - - echo('
No Impress files are found in your ownCloud. Please upload a .impress file.
'); - -}else{ - + echo('
No Impress files are found in your ownCloud. Please upload a .impress file.
'); +} else { echo(''); foreach($_['list'] as $entry) { - echo(''); - } echo('
'.$entry['name'].''.\OCP\Util::formatDate($entry['mtime']).''.\OCP\Util::humanFileSize($entry['size']).'
'); - - - -} - - +} \ No newline at end of file