--- loncom/interface/lontest.pm 2005/04/07 08:15:41 1.17 +++ loncom/interface/lontest.pm 2006/03/15 19:41:26 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # A debugging harness. # -# $Id: lontest.pm,v 1.17 2005/04/07 08:15:41 albertel Exp $ +# $Id: lontest.pm,v 1.18 2006/03/15 19:41:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -86,7 +86,7 @@ sub handler { my $html=&Apache::lonxml::xmlbegin(); my $bodytag=&Apache::loncommon::bodytag("List Environment","admin"); - $r->print($html.''.$bodytag); + $r->print($html.&Apache::loncommon::head().$bodytag); $r->print("

Debugging


\n"); $r->print(""); @@ -146,7 +146,7 @@ sub handler { } # ------------------------------------------------------------------- End Debug - $r->print(''); + $r->print(&Apache::loncommon::end_page()); return OK; }