ZF-10782: Error in Zend\View\Helper\HeadScript on line 457
Description
On line 457 in Zend\View\Helper\HeadScript the doctype helper is not called via the broker()-method.
The call should look like this, I guess:
$useCdata = $this->view->broker('doctype')->isXhtml() ? true : false;
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-12-07T10:16:06.000+0000
Fixed in master -- thanks!