Diff for /loncom/interface/lonhtmlgateway.pm between versions 1.4 and 1.5

version 1.4, 2010/05/04 19:45:05 version 1.5, 2010/05/24 23:47:22
Line 721  sub parse_algebra_tag { Line 721  sub parse_algebra_tag {
     # decoding it first. we also just get the tex, and      # decoding it first. we also just get the tex, and
     # feed it through as if it were an <mi> tag.      # feed it through as if it were an <mi> tag.
     $input = &HTML::Entities::decode($input);      $input = &HTML::Entities::decode($input);
     my $algebra = &Apache::lontexconvert::algebra($input, 'tth', 'tex');      my $algebra = 
           &Apache::lontexconvert::algebra($input,'tex',undef,undef,undef,'tth');
     return &parse_m_tag($self, $algebra);      return &parse_m_tag($self, $algebra);
 }  }
   

Removed from v.1.4  
changed lines
  Added in v.1.5


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