aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/history.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/history.php')
-rw-r--r--apps/files_versions/history.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/history.php b/apps/files_versions/history.php
index a34c92ee422..27dc8bfc382 100644
--- a/apps/files_versions/history.php
+++ b/apps/files_versions/history.php
@@ -28,7 +28,7 @@ $tmpl = new OCP\Template( 'files_versions', 'history', 'user' );
if ( isset( $_GET['path'] ) ) {
$path = $_GET['path'];
- $path = strip_tags( $path );
+ $path = $path;
$tmpl->assign( 'path', $path );
$versions = new OCA_Versions\Storage();