Skip to content

Commit

Permalink
Merge remote-tracking branch 'arcticfoxes/MC-17403' into 2.3-develop-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan He committed Jun 14, 2019
2 parents c927e1b + ef42100 commit dc17ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
data-toggle="trigger"
href="#<?= $block->escapeUrl($alias) ?>"
id="tab-label-<?= $block->escapeHtmlAttr($alias) ?>-title">
<?= $block->escapeHtml($label) ?>
<?= /* @noEscape */ $label ?>
</a>
</div>
<div class="data item content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $groupBehavior = $block->getGroupBehaviour() ? $block->getGroupBehaviour() : '{"
data-role="collapsible">
<a class="<?= $block->escapeHtmlAttr($groupCss) ?>-item-switch"
data-toggle="switch" href="#<?= $block->escapeHtmlAttr($alias) ?>">
<?= $block->escapeHtml($label) ?>
<?= /* @noEscape */ $label ?>
</a>
</div>
<div class="section-item-content <?= $block->escapeHtmlAttr($groupCss) ?>-item-content"
Expand Down

0 comments on commit dc17ebc

Please sign in to comment.