mirror of
https://github.com/xevidos/codiad.git
synced 2025-01-08 22:11:55 +01:00
Added htmlentities for filename and folders with special character
This commit is contained in:
parent
6ab45f07ab
commit
38e402a4b8
1 changed files with 2 additions and 2 deletions
|
@ -709,7 +709,7 @@ class Filemanager extends Common {
|
|||
"url"=>$add,
|
||||
"thumbnail_url"=>$add,
|
||||
"delete_url"=>$add,
|
||||
"delete_type"=>"DELETE"
|
||||
"delete_type"=>'DELETE'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -785,4 +785,4 @@ class Filemanager extends Common {
|
|||
|
||||
return $path;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue