Diff for /loncom/interface/lontest.pm between versions 1.18 and 1.19

version 1.18, 2006/03/15 19:41:26 version 1.19, 2006/03/19 21:54:41
Line 84  sub handler { Line 84  sub handler {
     $r->send_http_header;      $r->send_http_header;
     return OK if $r->header_only;      return OK if $r->header_only;
   
     my $html=&Apache::lonxml::xmlbegin();      $r->print(&Apache::loncommon::start_page("List Environment",undef,
     my $bodytag=&Apache::loncommon::bodytag("List Environment","admin");       {'function' => 'admin'}));
     $r->print($html.&Apache::loncommon::head().$bodytag);  
   
     $r->print("<hr /><h1>Debugging</h1><hr />\n");      $r->print("<hr /><h1>Debugging</h1><hr />\n");
     $r->print("<font face='Courier'>");      $r->print("<font face='Courier'>");

Removed from v.1.18  
changed lines
  Added in v.1.19


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>