--- loncom/homework/outputtags.pm 2001/12/04 15:17:56 1.13 +++ loncom/homework/outputtags.pm 2002/01/11 16:32:29 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # tags that create controlled output # -# $Id: outputtags.pm,v 1.13 2001/12/04 15:17:56 albertel Exp $ +# $Id: outputtags.pm,v 1.14 2002/01/11 16:32:29 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -58,8 +58,7 @@ sub start_displayduedate { $result ='
No due date set.
'; } } elsif ( $target eq 'edit' ) { - $result=&Apache::edit::tag_start($target,$token, - &Apache::lonxml::description($token)); + $result=&Apache::edit::tag_start($target,$token); $result.=''; $result.=&Apache::edit::end_table(); } @@ -79,8 +78,7 @@ sub start_displaytitle { if ($target eq 'web') { $result="

$Apache::lonhomework::name

"; } elsif ($target eq 'edit') { - $result=&Apache::edit::tag_start($target,$token, - &Apache::lonxml::description($token)); + $result=&Apache::edit::tag_start($target,$token); $result.=''; $result.=&Apache::edit::end_table(); }