--- loncom/homework/inputtags.pm 2002/01/08 21:09:23 1.48 +++ loncom/homework/inputtags.pm 2002/01/17 12:23:31 1.50 @@ -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.50 2002/01/17 12:23:31 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -30,7 +30,7 @@ package Apache::inputtags; use strict; -sub BEGIN { +BEGIN { &Apache::lonxml::register('Apache::inputtags',('textfield','textline','datasubmission')); } @@ -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') {