ZF-4522: Various capture methods in Zend_Dojo view helpers return booleans
Description
The capture*() start methods in Zend_Dojo view helpers return booleans, meaning that if a user accidently echos the starting capture method return value, extraneous characters will be printed (usually 1 or 2). These methods should return void.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-10-08T11:26:34.000+0000
Resolved in trunk and 1.6 release branch