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 62dba9b commit c1e3aa6Copy full SHA for c1e3aa6
lib/internal/Magento/Framework/View/Page/Config.php
@@ -197,7 +197,7 @@ public function __construct(
197
$this->setElementAttribute(
198
self::ELEMENT_TYPE_HTML,
199
self::HTML_ATTRIBUTE_LANG,
200
- $locale !== null ? strstr($locale, '_', true) : ''
+ $locale !== null ? strstr($locale, '_', true) : false
201
);
202
$this->escaper = $escaper ?? ObjectManager::getInstance()->get(
203
Escaper::class
0 commit comments