--- loncom/xml/lonxml.pm 2002/07/29 22:06:38 1.186 +++ loncom/xml/lonxml.pm 2002/08/07 13:58:38 1.187 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.186 2002/07/29 22:06:38 www Exp $ +# $Id: lonxml.pm,v 1.187 2002/08/07 13:58:38 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -333,7 +333,8 @@ sub registerurl { my $target = shift; my $result = ''; if ($target eq 'edit') { - $result .="\n"; }