diff options
Diffstat (limited to 'apps/files_versions/history.php')
-rw-r--r-- | apps/files_versions/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/history.php b/apps/files_versions/history.php index b0aa8fdc982..434feaf3576 100644 --- a/apps/files_versions/history.php +++ b/apps/files_versions/history.php @@ -28,7 +28,7 @@ OC_Util::addStyle('files_versions','versions'); if ( isset( $_GET['path'] ) ) { $path = $_GET['path']; - $path = strip_tags( $path); + $path = strip_tags( $path ); // roll back to old version if button clicked if( isset( $_GET['revert'] ) ) { |