-- Mathieu Suen <[email protected]> wrote (on Monday, 20 July 2009, 02:49 PM +0200): > I am wondering why in Zend_Form_Decorator_HtmlTag::render there is some > removeOption call near line 179 in the 1.8.4 ZF: > > > $this->removeOption('noAttribs'); > $this->removeOption('openOnly'); > $this->removeOption('closeOnly');
It's to prevent those options from getting filtered into the final HTML. There's a better way to do it, though -- could you file an issue regarding this, please? -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
