diff options
Diffstat (limited to 'apps/files_versions/templates')
-rw-r--r-- | apps/files_versions/templates/history.php | 4 |
1 files changed, 2 insertions, 2 deletions
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( '<div id="feedback-messages" class="'.$_['outcome_stat'].'"><h3>'.$_['outcome_msg'] ).'</h3></div><br>'; } echo( '<strong>Versions of '.$_['path'] ).'</strong><br>'; echo('<p><em>Revert a file to a previous version by clicking on its revert button</em></p><br />'); - + foreach ( $_['versions'] as $v ) { echo ' '; echo OCP\Util::formatDate( doubleval($v['version']) ); |