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

Fixed in master -- thanks!