File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Catalog/view/frontend/templates/product/view
Theme/view/frontend/templates/html Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
data-toggle="trigger"
27
27
href="#<?= $ block ->escapeUrl ($ alias ) ?> "
28
28
id="tab-label-<?= $ block ->escapeHtmlAttr ($ alias ) ?> -title">
29
- <?= $ block -> escapeHtml ( $ label) ?>
29
+ <?= /* @noEscape */ $ label ?>
30
30
</a>
31
31
</div>
32
32
<div class="data item content"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ $groupBehavior = $block->getGroupBehaviour() ? $block->getGroupBehaviour() : '{"
30
30
data-role="collapsible">
31
31
<a class="<?= $ block ->escapeHtmlAttr ($ groupCss ) ?> -item-switch"
32
32
data-toggle="switch" href="#<?= $ block ->escapeHtmlAttr ($ alias ) ?> ">
33
- <?= $ block -> escapeHtml ( $ label) ?>
33
+ <?= /* @noEscape */ $ label ?>
34
34
</a>
35
35
</div>
36
36
<div class="section-item-content <?= $ block ->escapeHtmlAttr ($ groupCss ) ?> -item-content"
You can’t perform that action at this time.
0 commit comments