* Finish task #8672.

This commit is contained in:
holan20180123
2020-12-16 17:13:50 +08:00
parent 1a245d7229
commit 8570e4fae9
+1 -1
View File
@@ -1252,7 +1252,7 @@ class testcase extends control
$case->stepDesc = trim($case->stepDesc);
$case->stepExpect = trim($case->stepExpect);
$case->real = trim($case->real);
$case->precondition = html_entity_decode($case->precondition, ENT_QUOTES);
$case->precondition = htmlspecialchars_decode($case->precondition, ENT_QUOTES);
if($this->post->fileType == 'csv')
{