Skip to content

Commit 9687370

Browse files
author
Mateusz Krzeszowiak
committed
Fix syntax error
1 parent 036f99f commit 9687370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Controller/Result/JsFooterPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function beforeSendResponse(Http $subject)
4848
);
4949

5050
if ($isEndBodyTagFound && $shouldMoveJsToBottom) {
51-
$scripts = $this->extractScriptTags($content)
51+
$scripts = $this->extractScriptTags($content);
5252
if ($scripts) {
5353
$content = str_replace($bodyEndTag, "$scripts\n$bodyEndTag", $content);
5454
$subject->setContent($content);

0 commit comments

Comments
 (0)