Diff for /loncom/interface/portfolio.pm between versions 1.74 and 1.75

version 1.74, 2005/02/11 06:18:52 version 1.75, 2005/02/17 08:29:43
Line 509  sub handler { Line 509  sub handler {
     &Apache::loncommon::content_type($r,'text/html');      &Apache::loncommon::content_type($r,'text/html');
     $r->send_http_header;      $r->send_http_header;
     # Give the LON-CAPA page header      # Give the LON-CAPA page header
     $r->print('<html><head><title>'.      my $html=&Apache::lonxml::xmlbegin();
       $r->print($html.'<head><title>'.
               &mt('Portfolio Manager').                &mt('Portfolio Manager').
               "</title></head>\n");                "</title></head>\n");
     if ($ENV{"form.mode"} eq 'selectfile'){      if ($ENV{"form.mode"} eq 'selectfile'){

Removed from v.1.74  
changed lines
  Added in v.1.75


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