Diff for /loncom/interface/lonmanagekeys.pm between versions 1.15 and 1.16

version 1.15, 2004/05/09 00:45:01 version 1.16, 2005/02/17 08:29:42
Line 41  use Apache::lonlocal; Line 41  use Apache::lonlocal;
 ###############################################################  ###############################################################
 ###############################################################  ###############################################################
 sub header {  sub header {
       my $html=&Apache::lonxml::xmlbegin();
     my $bodytag=&Apache::loncommon::bodytag('Access Key Management');      my $bodytag=&Apache::loncommon::bodytag('Access Key Management');
     return(<<ENDHEAD);      return(<<ENDHEAD);
 <html>  $html
 <head>  <head>
 <title>LON-CAPA Access Key Management</title>  <title>LON-CAPA Access Key Management</title>
 </head>  </head>

Removed from v.1.15  
changed lines
  Added in v.1.16


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