Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php |
— | — | @@ -496,7 +496,7 @@ |
497 | 497 | $textarea_attrs['onKeyDown'] = $maxLengthJSCheck; |
498 | 498 | $textarea_attrs['onKeyUp'] = $maxLengthJSCheck; |
499 | 499 | } |
500 | | - $textarea_input = Xml::element('textarea', $textarea_attrs, '', false); |
| 500 | + $textarea_input = Xml::element('textarea', $textarea_attrs, $cur_value, false); |
501 | 501 | $text .= $textarea_input; |
502 | 502 | } else { |
503 | 503 | if ( array_key_exists( 'size', $other_args ) ) |