Skip to content

Commit

Permalink
Merge pull request #1214 from mailchimp/Issue1209-2.4
Browse files Browse the repository at this point in the history
closes #1209 for magento 2.4
  • Loading branch information
gonzaloebiz committed Jun 11, 2021
2 parents 56398fa + 78f20cc commit a80240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/mailchimpjs.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
*/
$url = $block->getJsUrl();
$render = $block->getRender();
echo $render->renderTag('script',['type'=>'text/javascript','src'=>$url],'',false);
echo $render->renderTag('script',['type'=>'text/javascript','src'=>$url],"\n",true);
?>

0 comments on commit a80240f

Please sign in to comment.