Skip to content

Commit 1b7f792

Browse files
committed
Update ClaroUtilities.php
1 parent 17070b9 commit 1b7f792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)