Skip to content

Commit ed4c01b

Browse files
committed
Ignoring unescaped output warning
1 parent edf2d04 commit ed4c01b

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/CurrencySymbol/view/adminhtml/templates

1 file changed

+2
-0
lines changed

app/code/Magento/CurrencySymbol/view/adminhtml/templates/grid.phtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
?>
3232
<input id="custom_currency_symbol_inherit<?= $block->escapeHtmlAttr($code) ?>"
3333
class="admin__control-checkbox" type="checkbox"
34+
<?php //@codingStandardsIgnoreStart ?>
3435
onclick="toggleUseDefault(<?= '\'' . $escapedCode . '\',\'' . $escapedSymbol . '\'' ?>)"
36+
<?php //@codingStandardsIgnoreEnd ?>
3537
<?= $data['inherited'] ? ' checked="checked"' : '' ?>
3638
value="1"
3739
name="inherit_custom_currency_symbol[<?= $block->escapeHtmlAttr($code) ?>]">

0 commit comments

Comments
 (0)