* [bug#64904] Fix the bug where textarea after the second line are not htmlspecialchars during batch create.

This commit is contained in:
xieqiyu
2025-08-21 01:34:42 +00:00
parent ad927d35a0
commit 4f7180a690
+1
View File
@@ -488,6 +488,7 @@ class form extends fixer
{
$this->data = $data;
$this->dataList[$rowIndex] = parent::get($fields);
$this->stripedFields = array();
}
return $this->dataList;
}