Skip to content

Commit 4535b0a

Browse files
committed
MAGETWO-66480: [GITHUB] URL key for specified store already exists #6671
- code style fix
1 parent 0a7fd8c commit 4535b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/UrlRewrite/view/adminhtml/templates/messages/url_duplicate_message.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ $urls = $block->getData('urls');
2222
<?php
2323
if (!empty($urls)) {
2424
foreach ($urls as $url => $urlTitle) {
25-
?>
25+
?>
2626
<?='<p> - <a href="' . $block->escapeHtml($url) . '">' . $block->escapeHtml($urlTitle) . '</a></p>'; ?>
27-
<?php
27+
<?php
2828
}
2929
}
3030
?>

0 commit comments

Comments
 (0)