We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf2944 commit e08cf64Copy full SHA for e08cf64
app/code/Magento/Config/Model/Config/Structure/Converter.php
@@ -96,8 +96,7 @@ protected function _convertDOMDocument(\DOMNode $root)
96
continue 2;
97
98
case XML_TEXT_NODE:
99
- if (
100
- $children->length
+ if ($children->length
101
&& ($child->nodeValue === null || trim($child->nodeValue, "\n ") === '')
102
) {
103
0 commit comments