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 36b5dbb commit c55c0a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Render.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ public function compose()
}

$posicionCierreHead = strpos($html, '</head>');
$posicionCierreBody = strpos($html, '</body>');

if ($posicionCierreHead !== false) {

$ssr[0] = substr($html, 0, $posicionCierreHead);
Expand Down

0 comments on commit c55c0a3

Please sign in to comment.