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 f3909aa commit 9c72b69Copy full SHA for 9c72b69
app/code/Magento/Config/view/adminhtml/templates/system/config/form/field/array.phtml
@@ -123,7 +123,7 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
123
// add existing rows
124
<?php
125
foreach ($block->getArrayRows() as $_rowId => $_row) {
126
- echo "arrayRow{$block->escapeJs($_htmlId)}.add(" . $_row->toJson() . ");\n";
+ echo /** noEscape */ "arrayRow{$block->escapeJs($_htmlId)}.add(" . /** noEscape */$_row->toJson() . ");\n";
127
}
128
?>
129
0 commit comments