ZF-3262: Zend_View_Helper_HeadScript::itemToString() incorrectly outputs indent value
Description
Zend_View_Helper_HeadScript::itemToString() incorrectly outputs indent value. Line 411 in 1.5.1 - remove $indent.
Also, line 449 in toString() should be $return = $indent . implode($this->getSeparator(), $items);
Comments
Posted by Wil Sinclair (wil) on 2008-06-09T13:17:10.000+0000
Please evaluate and fix/categorize as necessary.
Posted by Robin Skoglund (robinsk) on 2008-08-21T09:35:48.000+0000
Fixed in r10961. Indentation with captureStart() and captureEnd() is entirely up to the developer, but now renders with correct indentation.