Diff for /loncom/xml/londefdef.pm between versions 1.297 and 1.298

version 1.297, 2005/11/28 22:37:41 version 1.298, 2005/11/29 00:08:10
Line 2415  sub end_td_tex { Line 2415  sub end_td_tex {
     push @ {$Apache::londefdef::table[-1]{'minlen'}[$Apache::londefdef::table[-1]{'row_number'}] },$min_length;      push @ {$Apache::londefdef::table[-1]{'minlen'}[$Apache::londefdef::table[-1]{'row_number'}] },$min_length;
  }           }        
     }      }
  for (my $in=0; $in<=$#{$Apache::londefdef::table[-1]{'include'}};$in++) {            for (my $in=0; $in<=$#{$Apache::londefdef::table[-1]{'include'}};$in++) {    
     $data=~s/\\keephidden\{NEW TABLE ENTRY\}/$Apache::londefdef::table[-1]{'include'}[$in] \&/;      my $nested = $Apache::londefdef::table[-1]{'include'}[$in];
       &Apache::lonnet::logthis("Nested: $nested");
       $nested =~ s/\\end\{tabular\}\\strut\\\\/\\end\{tabular\}/;
       &Apache::lonnet::logthis("After sub: $nested");
      # $data=~s/\\keephidden\{NEW TABLE ENTRY\}/$Apache::londefdef::table[-1]{'include'}[$in]/;
       $data =~ s/\\keephidden\{NEW TABLE ENTRY\}/$nested/;
  }   }
     push @ {$Apache::londefdef::table[-1]{'content'}[-1] },$data;      push @ {$Apache::londefdef::table[-1]{'content'}[-1] },$data;
     return'';      return'';

Removed from v.1.297  
changed lines
  Added in v.1.298


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