Skip to content

Commit 6e13b01

Browse files
committed
MAGETWO-57254: Eliminate @escapeNotVerified in UrlRewrite Module
- updated the template
1 parent 106f76d commit 6e13b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/UrlRewrite/view/adminhtml/templates/categories.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/** @var \Magento\UrlRewrite\Block\Catalog\Category\Tree $block */
1010
?>
1111
<fieldset class="admin__fieldset" data-ui-id="category-selector">
12-
<legend class="admin__legend"><span><?php /* @escapeNotVerified */ echo __('Select Category') ?></span></legend>
12+
<legend class="admin__legend"><span><?php echo $block->escapeHtml(__('Select Category')) ?></span></legend>
1313
<div class="content content-category-tree">
1414
<input type="hidden" name="categories" id="product_categories" value="" />
1515
<?php if ($block->getRoot()): ?>

0 commit comments

Comments
 (0)