Skip to content

Commit c0730dc

Browse files
displaying html content for file type option on order view admin area
1 parent d20f927 commit c0730dc

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/items/column

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/templates/items/column/name.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dt><?= $block->escapeHtml($_option['label']) ?>:</dt>
2929
<dd>
3030
<?php if (isset($_option['custom_view']) && $_option['custom_view']): ?>
31-
<?= $block->escapeHtml($block->getCustomizedOptionValue($_option)) ?>
31+
<?= /* @escapeNotVerified */ $block->getCustomizedOptionValue($_option) ?>
3232
<?php else: ?>
3333
<?php $_option = $block->getFormattedOption($_option['value']); ?>
3434
<?= $block->escapeHtml($_option['value']) ?>

0 commit comments

Comments
 (0)