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 9f54c5b commit 895f2ecCopy full SHA for 895f2ec
app/code/Magento/Theme/view/base/templates/root.phtml
@@ -7,9 +7,9 @@
7
<!doctype html>
8
<html <?= /* @noEscape */ $htmlAttributes ?>>
9
<head <?= /* @noEscape */ $headAttributes ?>>
10
- <?= /* @noEscape */ $headContent ?>
11
- <?= /* @noEscape */ $headCritical ?>
12
<?= /* @noEscape */ $requireJs ?>
+ <?= /* @noEscape */ $headContent ?>
+ <?= /* @noEscape */ $headCritical ?>
13
<?= /* @noEscape */ $headAssets ?>
14
<?= /* @noEscape */ $headAdditional ?>
15
</head>
0 commit comments