Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php |
— | — | @@ -619,7 +619,6 @@ |
620 | 620 | $rows = $other_args['rows']; |
621 | 621 | $cols = $other_args['cols']; |
622 | 622 | |
623 | | - $cur_value = htmlspecialchars( $cur_value ); |
624 | 623 | $text = ""; |
625 | 624 | if ( array_key_exists( 'autogrow', $other_args ) ) { |
626 | 625 | $sfgAutogrowInputs[] = $input_id; |