Skip to content

Commit fe7b366

Browse files
author
Sergii Kovalenko
committed
MAGETWO-64716: Product name ignores HTML tags and displays plain text
1 parent c265e3a commit fe7b366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/Setup/UpgradeData.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class UpgradeData implements UpgradeDataInterface
4040
* @param CategorySetupFactory $categorySetupFactory
4141
* @param EavSetupFactory $eavSetupFactory
4242
*/
43-
public function __construct(CategorySetupFactory $categorySetupFactory, EavSetupFactory $eavSetupFactory) {
43+
public function __construct(CategorySetupFactory $categorySetupFactory, EavSetupFactory $eavSetupFactory)
44+
{
4445
$this->categorySetupFactory = $categorySetupFactory;
4546
$this->eavSetupFactory = $eavSetupFactory;
4647
}

0 commit comments

Comments
 (0)