diff --git a/lib/WebGUI/Form.pm b/lib/WebGUI/Form.pm index 3eaa3c52a..587f4bfae 100644 --- a/lib/WebGUI/Form.pm +++ b/lib/WebGUI/Form.pm @@ -1737,7 +1737,7 @@ This will be used if no value is specified. =cut -sub texta { +sub text { my $params = shift; my $value = _fixSpecialCharacters($params->{value}||$params->{defaultValue}); $value = _fixQuotes($value);