Merge branch 'cyy_fixbug' into 'master'
* Fix bug #6971. See merge request easycorp/zentaopms!2638
This commit is contained in:
@@ -1905,6 +1905,7 @@ class task extends control
|
||||
$task->desc = htmlspecialchars_decode($task->desc);
|
||||
$task->desc = str_replace("<br />", "\n", $task->desc);
|
||||
$task->desc = str_replace('"', '""', $task->desc);
|
||||
$task->desc = str_replace(' ', ' ', $task->desc);
|
||||
}
|
||||
|
||||
/* fill some field with useful value. */
|
||||
|
||||
Reference in New Issue
Block a user