mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
line feed should only be \r
This commit is contained in:
@@ -231,7 +231,7 @@ class parseCSV {
|
||||
* @access public
|
||||
* @var string
|
||||
*/
|
||||
public $linefeed = "\r\n";
|
||||
public $linefeed = "\r";
|
||||
|
||||
/**
|
||||
* Output Delimiter
|
||||
|
||||
Reference in New Issue
Block a user