--- loncom/homework/inputtags.pm 2003/06/19 21:41:02 1.105 +++ loncom/homework/inputtags.pm 2003/06/23 16:43:40 1.106 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.105 2003/06/19 21:41:02 albertel Exp $ +# $Id: inputtags.pm,v 1.106 2003/06/23 16:43:40 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -144,6 +144,7 @@ sub start_textfield { } else { $result=$token->[4]; } + my $bodytext=&Apache::lonxml::get_all_text("/textfield",$parser); $result.=&Apache::edit::modifiedfield(); } elsif ($target eq 'tex') { my $number_of_lines = &Apache::lonxml::get_param('rows',$parstack,$safeeval);