Skip to content

Commit deef79a

Browse files
35481 Fixed build failures
1 parent c62d609 commit deef79a

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,7 +57,7 @@ public function getWelcome()
5757
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
5858
);
5959
}
60-
$this->_data['welcome'] = $this->_escaper->escapeQuote($this->_data['welcome'], $addSlashes = true);
60+
$this->_data['welcome'] = $this->_escaper->escapeQuote($this->_data['welcome'], true);
6161
return __($this->_data['welcome']);
6262
}
6363
}

0 commit comments

Comments
 (0)