--- loncom/publisher/loncleanup.pm 2005/05/29 01:46:16 1.4 +++ loncom/publisher/loncleanup.pm 2005/05/31 17:41:38 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to cleanup XML files # -# $Id: loncleanup.pm,v 1.4 2005/05/29 01:46:16 www Exp $ +# $Id: loncleanup.pm,v 1.5 2005/05/31 17:41:38 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -363,7 +363,8 @@ sub handler { &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; - $r->print('LON-CAPA Construction Space'); + my $html=&Apache::lonxml::xmlbegin(); + $r->print($html.'LON-CAPA Construction Space'); $r->print(&Apache::loncommon::bodytag('Cleanup XML Document')); $r->print('

'.$fn.'

'.