This is unnessecary because we already run htmlentities() over the template engine

remotes/origin/stable45
Lukas Reschke 13 years ago
parent bd90b7eaca
commit 5b16c7a25d
  1. 2
      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();

Loading…
Cancel
Save