Skip to content

Commit cdc9dee

Browse files
author
Hwashiang Yu
committed
MC-18153: Correct phtml templates
- Fixed incorrect phtml files
1 parent d1c410a commit cdc9dee

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/view/adminhtml/templates/store/switcher/form/renderer

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/view/adminhtml/templates/store/switcher/form/renderer/fieldset.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<?php endif; ?>
1111

1212
<?php if (!$_element->getNoContainer()) : ?>
13-
<fieldset class="admin__fieldset fieldset <?= $block->escapeHtmlAttr($_element->getClass()) ?>" id="<?= $block->escapeHtmlAttr($_element->getHtmlId()) ?>">
13+
<fieldset class="admin__fieldset fieldset <?= $block->escapeHtmlAttr($_element->getClass()) ?>" id="<?= /* @noEscape */ $_element->getHtmlId() ?>">
1414
<?php endif; ?>
1515

1616
<?php if ($_element->getLegend()) : ?>

0 commit comments

Comments
 (0)