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 951f41e commit fab44c3Copy full SHA for fab44c3
app/code/Magento/Config/view/adminhtml/templates/system/config/edit.phtml
@@ -388,6 +388,6 @@ require([
388
389
registry.set('adminSystemConfig', adminSystemConfig);
390
391
- adminSystemConfig.navigateToElement(<?php echo $block->getConfigSearchParamsJson(); ?>);
+ adminSystemConfig.navigateToElement(<?php echo /* @noEscape */ $block->getConfigSearchParamsJson(); ?>);
392
});
393
</script>
0 commit comments