Skip to content

Commit fab44c3

Browse files
committed
fixed internal static test
1 parent 951f41e commit fab44c3

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Config/view/adminhtml/templates/system/config

1 file changed

+1
-1
lines changed

app/code/Magento/Config/view/adminhtml/templates/system/config/edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,6 @@ require([
388388

389389
registry.set('adminSystemConfig', adminSystemConfig);
390390

391-
adminSystemConfig.navigateToElement(<?php echo $block->getConfigSearchParamsJson(); ?>);
391+
adminSystemConfig.navigateToElement(<?php echo /* @noEscape */ $block->getConfigSearchParamsJson(); ?>);
392392
});
393393
</script>

0 commit comments

Comments
 (0)