Skip to content

Commit 9b601d0

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-56441: Eliminate @escapeNotVerified in Product and Catalog Rules Modules
1 parent 0ccb7b7 commit 9b601d0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogRule/view/adminhtml/templates/promo

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogRule/view/adminhtml/templates/promo/fieldset.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require([
2828
"prototype"
2929
], function(VarienRulesForm){
3030

31-
window.<?= $block->escapeJs($_jsObjectName) ?> = new VarienRulesForm('<?= /* @noEscape */ $_jsObjectName ?>', '<?= /* @noEscape */ $block->getNewChildUrl() ?>');
31+
window.<?= /* @noEscape */ $_jsObjectName ?> = new VarienRulesForm('<?= /* @noEscape */ $_jsObjectName ?>', '<?= /* @noEscape */ $block->getNewChildUrl() ?>');
3232
<?php if ($_element->getReadonly()) : ?>
3333
<?= /* @noEscape */ $_element->getHtmlId() ?>.setReadonly(true);
3434
<?php endif; ?>

0 commit comments

Comments
 (0)