Skip to content

Commit 9163b38

Browse files
committed
Add escaping of template code
1 parent 019ad3d commit 9163b38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/base/templates/script/component-extender.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use Magento\Framework\View\Element\Template;
2525
};
2626
</script>
2727

28-
<?= $block->getChildHtml() ?>
28+
<?= /* @noEscape */ $block->getChildHtml() ?>
2929

3030
<script>
3131
document.addEventListener('alpine:init', () => {

0 commit comments

Comments
 (0)