File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Widget/view/adminhtml/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ jQuery(function()
79
79
// Add empty node to reset category filter
80
80
if(!emptyNodeAdded) {
81
81
var empty = Object.clone(_node);
82
- empty.text = '<?php /* @escapeNotVerified */ echo __ ('None ' ) ?> ';
82
+ empty.text = '<?php echo $ block -> escapeJs ( $ block -> escapeHtml ( __ ('None ' ))); ?> ';
83
83
empty.children = [];
84
84
empty.id = 'none';
85
85
empty.path = '1/none';
Original file line number Diff line number Diff line change 10
10
11
11
?>
12
12
<fieldset class="fieldset">
13
- <legend class="legend"><span><?php /* @escapeNotVerified */ echo __ ('Layout Updates ' ) ?> </span></legend>
13
+ <legend class="legend"><span><?php echo $ block -> escapeHtml ( __ ('Layout Updates ' )); ?> </span></legend>
14
14
<br />
15
15
<div class="widget-layout-updates">
16
16
<div id="page_group_container"></div>
You can’t perform that action at this time.
0 commit comments