--- loncom/homework/structuretags.pm 2002/03/01 00:23:04 1.83 +++ loncom/homework/structuretags.pm 2002/03/06 20:22:12 1.84 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.83 2002/03/01 00:23:04 albertel Exp $ +# $Id: structuretags.pm,v 1.84 2002/03/06 20:22:12 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -79,7 +79,7 @@ sub page_start { if (!defined($found{'html'})) { $result=&Apache::londefdef::start_html($target,$token,$tagstack,$parstack, $parser,$safeeval); - $head_tag_start=''.&Apache::lonxml::registerurl(); + $head_tag_start=''.&Apache::lonxml::registerurl(undef,$target); } my $body_tag_start; if (!defined($found{'body'})) {