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 94452f7 commit a854267Copy full SHA for a854267
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