Skip to content

Commit 895f2ec

Browse files
authored
Update root.phtml
1 parent 9f54c5b commit 895f2ec

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Theme/view/base/templates

1 file changed

+2
-2
lines changed

app/code/Magento/Theme/view/base/templates/root.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<!doctype html>
88
<html <?= /* @noEscape */ $htmlAttributes ?>>
99
<head <?= /* @noEscape */ $headAttributes ?>>
10-
<?= /* @noEscape */ $headContent ?>
11-
<?= /* @noEscape */ $headCritical ?>
1210
<?= /* @noEscape */ $requireJs ?>
11+
<?= /* @noEscape */ $headContent ?>
12+
<?= /* @noEscape */ $headCritical ?>
1313
<?= /* @noEscape */ $headAssets ?>
1414
<?= /* @noEscape */ $headAdditional ?>
1515
</head>

0 commit comments

Comments
 (0)