From f750da1802d1a7231c74515b4219df352242e4ba Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Fri, 18 May 2012 22:07:28 -0400 Subject: [PATCH] Fix revert link on history page of file versions --- apps/files_versions/templates/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

'; } -- 2.39.5