]> git.nbdom.net Git - nb.git/commitdiff
replace n by | not space
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 17 Oct 2024 21:05:51 +0000 (23:05 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 17 Oct 2024 21:05:51 +0000 (23:05 +0200)
lib/php/out.php

index 5d9b674f950e32953cf46259eaadcdb21807fd5e..c5287a38e71d1188f59b7d9655e7891c837f6da9 100644 (file)
@@ -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;