Welcome Guest, Not a member yet? Register   Sign In
Debug Toolbar above of the head tag
#2

Hi, this bug have been reported on GitHub with a suggested solution:
https://github.com/codeigniter4/CodeIgni...ssues/2545

PHP Code:
if (strpos($response->getBody(), '<head>') !== false)
{
    
$response->setBody(
        
str_replace('<head>''<head>' $script$response->getBody())
    );
    return;

Reply


Messages In This Thread
Debug Toolbar above of the head tag - by arnezthe - 02-15-2020, 01:31 PM
RE: Debug Toolbar above of the head tag - by jreklund - 02-16-2020, 05:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB