not ready to show the new form system yet

This commit is contained in:
JT Smith 2005-07-22 19:11:58 +00:00
parent bbdd05904a
commit 3e8660ab16

View file

@ -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);