Skip to content

Commit fb080cc

Browse files
author
Hwashiang Yu
committed
MAGETWO-55808: Eliminate @escapeNotVerified in Product Modules
- Added noEscape template
1 parent 4ea9786 commit fb080cc

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/view/adminhtml/templates/sales/invoice/create/items

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/view/adminhtml/templates/sales/invoice/create/items/renderer.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
require(['prototype'], function(){
187187
<?php $escapedId = $block->escapeJs($_id) ?>
188188
$('<?= /* @noEscape */ $escapedId ?>').hide();
189-
$('<?= /* @noEscape */ $escapedId ?>').up().observe('mouseover', function(){$('<?= $escapedId?>').show();});
189+
$('<?= /* @noEscape */ $escapedId ?>').up().observe('mouseover', function(){$('<?= /* @noEscape */ $escapedId?>').show();});
190190
$('<?= /* @noEscape */ $escapedId ?>').up().observe('mouseout', function(){$('<?= /* @noEscape */ $escapedId ?>').hide();});
191191

192192
});

0 commit comments

Comments
 (0)