diff --git a/module/bug/control.php b/module/bug/control.php index 807c763c4e..f43fa603e4 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -1539,11 +1539,9 @@ class bug extends control { if($this->post->fileType == 'csv') { - $bug->steps = htmlspecialchars_decode($bug->steps); $bug->steps = str_replace("
", "\n", $bug->steps); $bug->steps = str_replace('"', '""', $bug->steps); $bug->steps = str_replace(' ', ' ', $bug->steps); - $bug->steps = strip_tags($bug->steps); } /* fill some field with useful value. */