Do not add space between text nodes
This commit is contained in:
parent
3128f86769
commit
30e4dd7c9a
@ -234,11 +234,6 @@ class SharedStringsHelper
|
||||
$textValue = '';
|
||||
|
||||
foreach ($textNodes as $nodeIndex => $textNode) {
|
||||
if ($nodeIndex !== 0) {
|
||||
// add a space between each "t" node
|
||||
$textValue .= ' ';
|
||||
}
|
||||
|
||||
$textNodeAsString = $textNode->__toString();
|
||||
$shouldPreserveWhitespace = $this->shouldPreserveWhitespace($textNode);
|
||||
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user