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 036f99f commit 9687370Copy full SHA for 9687370
app/code/Magento/Theme/Controller/Result/JsFooterPlugin.php
@@ -48,7 +48,7 @@ public function beforeSendResponse(Http $subject)
48
);
49
50
if ($isEndBodyTagFound && $shouldMoveJsToBottom) {
51
- $scripts = $this->extractScriptTags($content)
+ $scripts = $this->extractScriptTags($content);
52
if ($scripts) {
53
$content = str_replace($bodyEndTag, "$scripts\n$bodyEndTag", $content);
54
$subject->setContent($content);
0 commit comments