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