Skip to content

Commit ce5023c

Browse files
committed
MAGETWO-99300: Eliminate @escapeNotVerified in Magento_Multishipping module
* Fixed typo
1 parent cfa2168 commit ce5023c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Multishipping/view/frontend/templates/multishipping/item

1 file changed

+1
-1
lines changed

app/code/Magento/Multishipping/view/frontend/templates/multishipping/item/default.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
// phpcs:disable Magento2.Files.LineLengthß
7+
// phpcs:disable Magento2.Files.LineLength
88
?>
99
<div class="product details">
1010
<strong class="product name"><a href="<?= $block->escapeUrl($block->getProductUrl()) ?>"><?= $block->escapeHtml($block->getProductName()) ?></a></strong>

0 commit comments

Comments
 (0)