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

version 1.15, 2004/05/17 22:08:56 version 1.16, 2005/02/17 08:29:42
Line 53  sub processLabelName Line 53  sub processLabelName
 sub serveTex  sub serveTex
 {  {
     my ($tex, $r) = @_;      my ($tex, $r) = @_;
       my $html=&Apache::lonxml::xmlbegin();
     my $bugs=&Apache::loncommon::help_open_bug('Documentation');      my $bugs=&Apache::loncommon::help_open_bug('Documentation');
     my $header=&mt('LON-CAPA Help');      my $header=&mt('LON-CAPA Help');
     my $footer=&mt('About LON-CAPA help and More Help');      my $footer=&mt('About LON-CAPA help and More Help');
 $r->print(<<HEADER);      $r->print(<<HEADER);
 <html>  $html
     <head>      <head>
         <title>LON-CAPA Help</title>          <title>LON-CAPA Help</title>
     </head>      </head>

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


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