* Finish task #8672.
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user