Diff for /loncom/xml/lontexconvert.pm between versions 1.59 and 1.60

version 1.59, 2005/02/25 05:54:01 version 1.60, 2005/02/25 19:33:26
Line 149  sub jsMath_converted { Line 149  sub jsMath_converted {
  #has a $$ in it, guessinng it's display mode   #has a $$ in it, guessinng it's display mode
  $tag='div';   $tag='div';
     }      }
     &Apache::lonnet::logthis($$texstring);  
     $$texstring=~s/(?!\\)\$//g;      $$texstring=~s/(?!\\)\$//g;
     $$texstring=~s/\\ensuremath//g      $$texstring=~s/\\ensuremath//g;
     &Apache::lonnet::logthis($$texstring);  
     return '<'.$tag.' class="math">'.$$texstring.'</'.$tag.'>';      return '<'.$tag.' class="math">'.$$texstring.'</'.$tag.'>';
 }  }
   

Removed from v.1.59  
changed lines
  Added in v.1.60


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