We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11c7e7 commit 474e43cCopy full SHA for 474e43c
lib/internal/Magento/Framework/View/Page/Config/Renderer.php
@@ -136,7 +136,7 @@ public function renderMetadata()
136
protected function processMetadataContent($name, $content)
137
{
138
$method = 'get' . $this->string->upperCaseWords($name, '_', '');
139
- if($name === 'title') {
+ if ($name === 'title') {
140
if (!$content) {
141
$content = $this->escaper->escapeHtml($this->pageConfig->$method()->get());
142
}
0 commit comments