--- loncom/publisher/lonrights.pm 2003/03/27 20:56:30 1.8 +++ loncom/publisher/lonrights.pm 2003/03/28 01:53:55 1.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to show and edit custom distribution rights # -# $Id: lonrights.pm,v 1.8 2003/03/27 20:56:30 www Exp $ +# $Id: lonrights.pm,v 1.9 2003/03/28 01:53:55 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -246,7 +246,7 @@ ENDSTARTTABLE $r->print($rcourse); } - $r->print(''); + $r->print(''); # realm section if ($constructmode) { $r->print(''); + $r->print(''); if ($rcourse) { my %descript= &Apache::lonnet::coursedescription($rdom.'_'.$rcourse);