Emagister / zend-form-decorators-bootstrap

Zend_Form decorators for Twitter's Bootstrap UI
http://emagister.github.com/zend-form-decorators-bootstrap
168 stars 79 forks source link

Updated Twitter_Bootstrap_Form::_removeClassNames method #73

Closed dlundgren closed 11 years ago

dlundgren commented 11 years ago

The _removeClassNames method was not saving back to the attributes after removing the class(es).

Also updated the _addClassNames to not save duplicate class names.

theUniC commented 11 years ago

Thanks for the PR!