File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/view/adminhtml/templates/items/column Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
<?php else : ?>
29
29
<?php $ _option = $ block ->getFormattedOption ($ _option ['value ' ]); ?>
30
30
<?php $ dots = 'dots ' . uniqid (); ?>
31
- <?= $ block ->escapeHtml ($ _option ['value ' ]) ?> <?php if (isset ($ _option ['remainder ' ]) && $ _option ['remainder ' ]) : ?> <span id="<?= /* @noEscape */ $ dots ; ?> "> ...</span>
31
+ <?= $ block ->escapeHtml ($ _option ['value ' ], [ ' a ' ] ) ?> <?php if (isset ($ _option ['remainder ' ]) && $ _option ['remainder ' ]) : ?> <span id="<?= /* @noEscape */ $ dots ; ?> "> ...</span>
32
32
<?php $ id = 'id ' . uniqid (); ?>
33
- <span id="<?= /* @noEscape */ $ id ; ?> "><?= $ block ->escapeHtml ($ _option ['remainder ' ]) ?> </span>
33
+ <span id="<?= /* @noEscape */ $ id ; ?> "><?= $ block ->escapeHtml ($ _option ['remainder ' ], [ ' a ' ] ) ?> </span>
34
34
<script>
35
35
require(['prototype'], function() {
36
36
$('<?= /* @noEscape */ $ id ; ?> ').hide();
You can’t perform that action at this time.
0 commit comments