--- loncom/homework/structuretags.pm 2006/08/10 21:21:42 1.363 +++ loncom/homework/structuretags.pm 2006/08/28 14:26:04 1.364 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.363 2006/08/10 21:21:42 albertel Exp $ +# $Id: structuretags.pm,v 1.364 2006/08/28 14:26:04 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -134,7 +134,7 @@ sub page_start { $body_args{'force_register'} = 1; $body_args{'add_entries'} = \%add_entries; } - + &Apache::lonlocal::mt_escape(\$name); my $page_start = &Apache::loncommon::start_page($name,$extra_head, \%body_args);