From 3e8660ab16d492295d9757c629eb3c7b0edd6927 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 22 Jul 2005 19:11:58 +0000 Subject: [PATCH] not ready to show the new form system yet --- lib/WebGUI/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);