From: Michael Gapczynski Date: Sat, 19 May 2012 02:07:28 +0000 (-0400) Subject: Fix revert link on history page of file versions X-Git-Tag: v4.0.0~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f750da1802d1a7231c74515b4219df352242e4ba;p=nextcloud-server.git Fix revert link on history page of file versions --- diff --git a/apps/files_versions/templates/history.php b/apps/files_versions/templates/history.php index 6ef996049f5..58fea75a0d0 100644 --- a/apps/files_versions/templates/history.php +++ b/apps/files_versions/templates/history.php @@ -23,7 +23,7 @@ if( isset( $_['message'] ) ) { echo ' '; echo OCP\Util::formatDate( $v ); - echo ' Revert

'; + echo ' Revert

'; }