--- loncom/interface/lontest.pm 2006/03/15 19:41:26 1.18 +++ loncom/interface/lontest.pm 2006/03/19 21:54:41 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # A debugging harness. # -# $Id: lontest.pm,v 1.18 2006/03/15 19:41:26 albertel Exp $ +# $Id: lontest.pm,v 1.19 2006/03/19 21:54:41 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -84,9 +84,8 @@ sub handler { $r->send_http_header; return OK if $r->header_only; - my $html=&Apache::lonxml::xmlbegin(); - my $bodytag=&Apache::loncommon::bodytag("List Environment","admin"); - $r->print($html.&Apache::loncommon::head().$bodytag); + $r->print(&Apache::loncommon::start_page("List Environment",undef, + {'function' => 'admin'})); $r->print("

Debugging


\n"); $r->print("");