Skip to content

Commit

Permalink
displaying html content for file type option on order view admin area
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-rajawat committed Jan 16, 2019
1 parent d20f927 commit c0730dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dt><?= $block->escapeHtml($_option['label']) ?>:</dt>
<dd>
<?php if (isset($_option['custom_view']) && $_option['custom_view']): ?>
<?= $block->escapeHtml($block->getCustomizedOptionValue($_option)) ?>
<?= /* @escapeNotVerified */ $block->getCustomizedOptionValue($_option) ?>
<?php else: ?>
<?php $_option = $block->getFormattedOption($_option['value']); ?>
<?= $block->escapeHtml($_option['value']) ?>
Expand Down

0 comments on commit c0730dc

Please sign in to comment.