From 0e58800016419daf3b2d032136415a5fe9d6331f Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Wed, 29 Aug 2012 08:42:49 +0200 Subject: Whitespace fixes in apps --- apps/files_versions/templates/history.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files_versions/templates') diff --git a/apps/files_versions/templates/history.php b/apps/files_versions/templates/history.php index 1b442556421..d4f875a36e8 100644 --- a/apps/files_versions/templates/history.php +++ b/apps/files_versions/templates/history.php @@ -11,14 +11,14 @@ if( isset( $_['message'] ) ) { }else{ if( isset( $_['outcome_stat'] ) ) { - + echo( '

'.$_['outcome_msg'] ).'


'; } echo( 'Versions of '.$_['path'] ).'
'; echo('

Revert a file to a previous version by clicking on its revert button


'); - + foreach ( $_['versions'] as $v ) { echo ' '; echo OCP\Util::formatDate( doubleval($v['version']) ); -- cgit v1.2.3