Diff for /loncom/interface/lonpickcode.pm between versions 1.4 and 1.5

version 1.4, 2004/05/04 14:17:18 version 1.5, 2005/02/17 08:29:43
Line 59  sub handler { Line 59  sub handler {
     &Apache::loncommon::content_type($r,'text/html');      &Apache::loncommon::content_type($r,'text/html');
     $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(<<ENDDOCUMENT);      $r->print(<<ENDDOCUMENT);
 <html>  $html
   <head>    <head>
     <title>The LearningOnline Network with CAPA</title>      <title>The LearningOnline Network with CAPA</title>
   </head>    </head>

Removed from v.1.4  
changed lines
  Added in v.1.5


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