Skip to content

Commit e8e4e6e

Browse files
committed
Update ClaroUtilities.php
1 parent 895b20d commit e8e4e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/Utilities/ClaroUtilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ public function getRealFileSize($fileSize)
249249

250250
public function formatCsvOutput($data)
251251
{
252-
$data = str_replace("\r", PHP_EOL, $data);
253252
$data = str_replace("\r\n", PHP_EOL, $data);
253+
$data = str_replace("\r", PHP_EOL, $data);
254254
$data = str_replace("\n", PHP_EOL, $data);
255255

256256
return $data;

0 commit comments

Comments
 (0)