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 a793712 commit 7699538Copy full SHA for 7699538
app/code/Magento/Sales/view/adminhtml/templates/items/column/name.phtml
@@ -28,7 +28,7 @@
28
<dt><?= $block->escapeHtml($_option['label']) ?>:</dt>
29
<dd>
30
<?php if (isset($_option['custom_view']) && $_option['custom_view']): ?>
31
- <?= $block->escapeHtml($block->getCustomizedOptionValue($_option)) ?>
+ <?= /* @escapeNotVerified */ $block->getCustomizedOptionValue($_option) ?>
32
<?php else: ?>
33
<?php $_option = $block->getFormattedOption($_option['value']); ?>
34
<?php $dots = 'dots' . uniqid(); ?>
0 commit comments