--- loncom/homework/response.pm 2002/01/07 18:03:03 1.55 +++ loncom/homework/response.pm 2002/01/11 16:32:29 1.56 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.55 2002/01/07 18:03:03 albertel Exp $ +# $Id: response.pm,v 1.56 2002/01/11 16:32:29 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -333,8 +333,7 @@ sub start_responseparam { $token->[2]->{'default'}, $token->[2]->{'description'}); } 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('Name:','name',$token). &Apache::edit::text_arg('Type:','type',$token). &Apache::edit::text_arg('Description:','description',$token).