From: Nicolas Boisselier Date: Thu, 17 Oct 2024 21:05:51 +0000 (+0200) Subject: replace n by | not space X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=0790c8859890e563b00ef66c61c29416e616597d;p=nb.git replace n by | not space --- diff --git a/lib/php/out.php b/lib/php/out.php index 5d9b674f..c5287a38 100644 --- a/lib/php/out.php +++ b/lib/php/out.php @@ -555,7 +555,7 @@ Class Out extends Nb { } $line = self::row_csv($o,$row); - $line = str_replace('\n',' ',$line); + $line = str_replace('\n','|',$line); # Search max length string $i = 0;