Skip to content

Commit

Permalink
Alpha v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunate authored and rmunate committed Nov 10, 2023
1 parent b72c978 commit 32f7db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Render.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function compose()

if ($this->quickRequest) {
array_push($metas, Generator::quickRequestToken());
scripts($metas, Generator::quickRequest());
array_push($scripts, Generator::quickRequest());
}

$posicionCierreHead = strpos($html, '</head>');
Expand Down

0 comments on commit 32f7db7

Please sign in to comment.