Merge branch release/21.7.7 of zentao/zentaopms (#12524)
This commit is contained in:
@@ -1055,9 +1055,6 @@ class baseControl
|
||||
$content = ob_get_clean();
|
||||
|
||||
ob_start();
|
||||
$find = array('<', '>', '&', ''', '"');
|
||||
$replace = array('<', '>', '&', "'", '\\\\"');
|
||||
$content = str_replace($find, $replace, $content);
|
||||
echo $content;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user