# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\Zend\ZendServer\share\ZendFramework\trunk\library\Zend\Dojo\View\Helper # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: SimpleTextarea.php --- SimpleTextarea.php Base (BASE) +++ SimpleTextarea.php Locally Modified (Based On LOCAL) @@ -65,7 +65,6 @@ $attribs['id'] = $id; } $attribs['name'] = $id; - $attribs['type'] = $this->_elementType; $attribs = $this->_prepareDijit($attribs, $params, 'textarea');