Skip to content

Commit e2a3def

Browse files
committed
MAGETWO-97441: Attribute output
1 parent 1815df9 commit e2a3def

File tree

1 file changed

+2
-3
lines changed
  • app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/composite/fieldset

1 file changed

+2
-3
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/composite/fieldset/configurable.phtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
<div class="product-options">
2121
<div class="field admin__field _required required">
2222
<?php foreach ($_attributes as $_attribute): ?>
23-
<label class="label admin__field-label"><?php
24-
/* @escapeNotVerified */ echo $_attribute->getProductAttribute()
25-
->getStoreLabel($_product->getStoreId());
23+
<label class="label admin__field-label"><?=
24+
$block->escapeHtml($_attribute->getProductAttribute()->getStoreLabel($_product->getStoreId()))
2625
?></label>
2726
<div class="control admin__field-control <?php
2827
if ($_attribute->getDecoratedIsLast()):

0 commit comments

Comments
 (0)