- Caused DOM breakage in some browsers git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23924 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -65,7 +65,6 @@ class Zend_Dojo_View_Helper_SimpleTextarea extends Zend_Dojo_View_Helper_Dijit
$attribs['id'] = $id;
}
$attribs['name'] = $id;
- $attribs['type'] = $this->_elementType;
$attribs = $this->_prepareDijit($attribs, $params, 'textarea');