Browse Source

ZF-11159: remove "type" from attributes

- Caused DOM breakage in some browsers

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23924 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 15 năm trước cách đây
mục cha
commit
f17b72436c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      library/Zend/Dojo/View/Helper/SimpleTextarea.php

+ 0 - 1
library/Zend/Dojo/View/Helper/SimpleTextarea.php

@@ -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');