Closed GoogleCodeExporter closed 9 years ago
Personally - I changed the _output() function to look like this:
protected function _output($html)
{
$response = $this->getResponse();
$response->setBody(str_ireplace('</body>', '<div
id="ZFDebug_debug">'.$html.'</div>' . $this->_headerOutput() . '</body>',
$response-
>getBody()));
}
Javascript should be loaded and executed at the bottom of the page - not the
top.
Original comment by leeked
on 6 May 2010 at 3:38
Fixed in trunk
Original comment by gugakf...@gmail.com
on 6 Jul 2010 at 12:58
Original issue reported on code.google.com by
glen...@gmail.com
on 1 May 2010 at 1:49