--- loncom/homework/inputtags.pm 2002/09/23 07:08:40 1.61 +++ loncom/homework/inputtags.pm 2002/09/23 17:25:24 1.62 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.61 2002/09/23 07:08:40 albertel Exp $ +# $Id: inputtags.pm,v 1.62 2002/09/23 17:25:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -110,7 +110,7 @@ sub start_textfield { $result.=&Apache::edit::text_arg('Rows:','rows',$token,4); $result.=&Apache::edit::text_arg('Columns:','cols',$token,4); my $bodytext=&Apache::lonxml::get_all_text("/textfield",$$parser[-1]); - $result.=&Apache::edit::editfield($token->[1],$bodytext,'Text you want to appear by default:',50,2); + $result.=&Apache::edit::editfield($token->[1],$bodytext,'Text you want to appear by default:',80,2); } elsif ($target eq 'modified') { my $constructtag=&Apache::edit::get_new_args($token,$parstack, $safeeval,'rows','cols');