Skip to content

Commit 56ca96d

Browse files
committed
ACP2E-1602: [Issue] Fixed the welcome message contains single quote character
1 parent 959e573 commit 56ca96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Block/Html/Header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ public function getWelcome()
5757
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
5858
);
5959
}
60-
$this->escaper->escapeQuote(__($this->_data['welcome'])->render(), true);
60+
return $this->escaper->escapeQuote(__($this->_data['welcome'])->render(), true);
6161
}
6262
}

0 commit comments

Comments
 (0)