* [perf bug #53596] strip_tags desc.

This commit is contained in:
wangyidong
2024-08-13 16:52:21 +08:00
committed by 孙广明
parent e614b0f625
commit 4faf2b572e
+1
View File
@@ -15,6 +15,7 @@ jsVar('authorList', $lang->testsuite->authorList);
$config->testsuite->dtable->fieldList['addedBy']['userMap'] = $users;
$tableData = initTableData($suites, $config->testsuite->dtable->fieldList, $this->testsuite);
foreach($tableData as $testsuite) $testsuite->desc = strip_tags($testsuite->desc);
$cols = array_values($config->testsuite->dtable->fieldList);
$data = array_values($tableData);