--- loncom/publisher/lonpubdir.pm 2005/01/24 21:55:20 1.76 +++ loncom/publisher/lonpubdir.pm 2005/02/28 08:22:09 1.77 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.76 2005/01/24 21:55:20 albertel Exp $ +# $Id: lonpubdir.pm,v 1.77 2005/02/28 08:22:09 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -191,8 +191,8 @@ sub startpage { my $currdir = '/priv/'.$uname.$thisdisfn; &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'); my $pagetitle; my $formaction='/priv/'.$uname.$thisdisfn.'/'; @@ -213,7 +213,7 @@ sub startpage { $r->print($pagetitle); } my $pubdirscript=(< +