blank name and extension whitespace instead of nul

This commit is contained in:
poslop
2025-12-22 12:32:11 -06:00
parent cfc393d97a
commit fbd15bc8ed

View File

@@ -77,7 +77,7 @@ array_unshift($rows, [
'extension' => '*271',
]);
$blank = ['name' => '', 'extension' => ''];
$blank = ['name' => ' ', 'extension' => ' '];
array_splice($rows, 1, 0, array_fill(0, 5, $blank));
$xmlString = file_get_contents($out_file);