Adrian Ilie
Results
1
issues of
Adrian Ilie
The "value" attribute of a \Zend\Form\Element\Submit gets translated twice. Take for example the code below: ``` $submit = new \Zend\Form\Element\Submit('Submit', array()); $submit->setAttribute('value', 'Sign in'); ``` At this point, if i...