--- loncom/homework/inputtags.pm 2002/01/08 21:09:23 1.48 +++ loncom/homework/inputtags.pm 2002/01/11 16:32:29 1.49 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.48 2002/01/08 21:09:23 albertel Exp $ +# $Id: inputtags.pm,v 1.49 2002/01/11 16:32:29 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -123,8 +123,7 @@ sub start_textline { $result=''.$oldresponse.''; } } elsif ($target eq 'edit') { - $result=&Apache::edit::tag_start($target,$token, - &Apache::lonxml::description($token)); + $result=&Apache::edit::tag_start($target,$token); $result.=&Apache::edit::text_arg('Size:','size',$token,'5').""; $result.=&Apache::edit::end_table; } elsif ($target eq 'modified') {