Merge branch release/21.7.7 of zentao/zentaopms (#12524)

This commit is contained in:
刘刚
2025-11-25 10:51:52 +08:00
committed by Gitfox
-3
View File
@@ -1055,9 +1055,6 @@ class baseControl
$content = ob_get_clean();
ob_start();
$find = array('<', '>', '&', ''', '"');
$replace = array('<', '>', '&', "'", '\\\\&quot;');
$content = str_replace($find, $replace, $content);
echo $content;
/**