Diff for /loncom/xml/londefdef.pm between versions 1.130 and 1.131

version 1.130, 2003/04/18 15:14:18 version 1.131, 2003/05/07 16:59:01
Line 1697  sub end_dd { Line 1697  sub end_dd {
 sub start_table {  sub start_table {
     my ($target,$token,$tagstack,$parstack,$parser,$safeeval) = @_;      my ($target,$token,$tagstack,$parstack,$parser,$safeeval) = @_;
     my $textwidth;      my $textwidth;
     if ($#Apache::londefdef::table==0) {      if (not defined @Apache::londefdef::table) {
  $textwidth=&recalc($ENV{'form.textwidth'});   $textwidth=&recalc($ENV{'form.textwidth'});
  $textwidth=~/(\d+)/;   $textwidth=~/(\d+)/;
  $textwidth=$1;   $textwidth=$1;
Line 1742  sub start_table { Line 1742  sub start_table {
     $Apache::londefdef::table[-1]{'vvinc'} = '';      $Apache::londefdef::table[-1]{'vvinc'} = '';
  }   }
  $Apache::londefdef::table[-1]{'output'} = ' \noindent \begin{tabular} ';   $Apache::londefdef::table[-1]{'output'} = ' \noindent \begin{tabular} ';
  $currentstring = '\keephidden{NEW TABLE ENTRY}';   $currentstring = '\keephidden{NEW TABLE ENTRY '.$textwidth.'}';
     }      }
     return $currentstring;      return $currentstring;
 }  }

Removed from v.1.130  
changed lines
  Added in v.1.131


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