File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/UrlRewrite/view/adminhtml/templates/messages Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ $urls = $block->getData('urls');
12
12
</h4>
13
13
<p>
14
14
<?= $ block ->escapeHtml (
15
- __ (
16
- 'To resolve this conflict, you can either change the value of the URL Key field '
17
- . '(located in the Search Engine Optimization section) to a unique value, or change the Request Path fields '
18
- . ' in all locations listed below: '
19
- )
15
+ __ (
16
+ 'To resolve this conflict, you can either change the value of the URL Key field '
17
+ . '(located in the Search Engine Optimization section) to a unique value, or change the Request Path fields '
18
+ . ' in all locations listed below: '
19
+ )
20
20
);
21
21
?>
22
22
<?php
23
23
if (!empty ($ urls )) {
24
24
foreach ($ urls as $ url => $ urlTitle ) {
25
25
?>
26
- <?= '<p> - <a href=" ' . $ block ->escapeHtml ($ url ) . '"> ' . $ block ->escapeHtml ($ urlTitle ) . '</a></p> ' ; ?>
26
+ <?= '<p> - <a href=" ' . $ block ->escapeHtml ($ url ) . '"> ' . $ block ->escapeHtml ($ urlTitle ) . '</a></p> ' ; ?>
27
27
<?php
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments