--- loncom/homework/inputtags.pm 2003/10/13 21:09:47 1.121 +++ loncom/homework/inputtags.pm 2003/10/30 20:52:54 1.122 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.121 2003/10/13 21:09:47 albertel Exp $ +# $Id: inputtags.pm,v 1.122 2003/10/30 20:52:54 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -145,8 +145,7 @@ sub start_textfield { } else { $result=$token->[4]; } - my $bodytext=&Apache::lonxml::get_all_text("/textfield",$parser); - $result.=&Apache::edit::modifiedfield(); + $result.=&Apache::edit::modifiedfield("/textfield",$parser); } elsif ($target eq 'tex') { my $number_of_lines = &Apache::lonxml::get_param('rows',$parstack,$safeeval); my $width_of_box = &Apache::lonxml::get_param('cols',$parstack,$safeeval);