#895896 by Jacine: Fixed Textarea element should not have a value attribute.

merge-requests/26/head
Angie Byron 2010-08-30 05:52:35 +00:00
parent 410fcdc718
commit cc4ce5053b
1 changed files with 0 additions and 1 deletions

View File

@ -3197,7 +3197,6 @@ function theme_textarea($variables) {
$element = $variables['element'];
$element['#attributes']['name'] = $element['#name'];
$element['#attributes']['id'] = $element['#id'];
$element['#attributes']['value'] = $element['#value'];
$element['#attributes']['cols'] = $element['#cols'];
$element['#attributes']['rows'] = $element['#rows'];
_form_set_class($element, array('form-textarea'));