* finish task #7275,

This commit is contained in:
z
2020-06-19 17:33:51 +08:00
parent ebc9d9d998
commit ca2f701ddc
-2
View File
@@ -1539,11 +1539,9 @@ class bug extends control
{
if($this->post->fileType == 'csv')
{
$bug->steps = htmlspecialchars_decode($bug->steps);
$bug->steps = str_replace("<br />", "\n", $bug->steps);
$bug->steps = str_replace('"', '""', $bug->steps);
$bug->steps = str_replace('&nbsp;', ' ', $bug->steps);
$bug->steps = strip_tags($bug->steps);
}
/* fill some field with useful value. */