diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index 86206a50..bf2e2819 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -735,7 +735,7 @@ function dump_csv($row) { $row[$key] = '"' . str_replace('"', '""', $val) . '"'; } } - echo implode(($_POST["format"] == "csv" ? "," : ($_POST["format"] == "tsv" ? "\t" : ";")), $row) . "\n"; + echo implode(($_POST["format"] == "csv" ? "," : ($_POST["format"] == "tsv" ? "\t" : ";")), $row) . "\r\n"; } /** Apply SQL function