--- loncom/interface/loncommunicate.pm 2005/05/20 17:00:40 1.29 +++ loncom/interface/loncommunicate.pm 2006/03/19 22:22:49 1.30 @@ -1,7 +1,7 @@ # The LearningOnline Network # Communicate # -# $Id: loncommunicate.pm,v 1.29 2005/05/20 17:00:40 albertel Exp $ +# $Id: loncommunicate.pm,v 1.30 2006/03/19 22:22:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -97,13 +97,6 @@ sub handler { # # Start document # - my $html=&Apache::lonxml::xmlbegin(); - $r->print(< -The LearningOnline Network with CAPA - -END # ----------------------------------------------------------------- Breadcrumbs &Apache::lonhtmlcommon::clear_breadcrumbs(); @@ -116,6 +109,7 @@ END &Apache::lonmsg::header($r); &menu($r); &Apache::lonmsg::disall($r,'new'); + $r->print(&Apache::loncommon::end_page()); return OK; }