Diff for /loncom/xml/londefdef.pm between versions 1.190 and 1.191

version 1.190, 2003/11/09 01:19:47 version 1.191, 2003/11/15 12:46:41
Line 86  sub start_m { Line 86  sub start_m {
     my $currentstring = '';      my $currentstring = '';
     my $inside = &Apache::lonxml::get_all_text("/m",$parser,$style);      my $inside = &Apache::lonxml::get_all_text("/m",$parser,$style);
     $inside=~s-<LONCAPA_INTERNAL_TURN_STYLE_ON />--g;      $inside=~s-<LONCAPA_INTERNAL_TURN_STYLE_ON />--g;
     if ($target eq 'web') {      if ($target eq 'web' || $target eq 'analyze') {
  $Apache::lonxml::prevent_entity_encode++;   $Apache::lonxml::prevent_entity_encode++;
  $inside ='\\documentstyle{article}'.$inside;   $inside ='\\documentstyle{article}'.$inside;
  &Apache::lonxml::debug("M is starting with:$inside:");   &Apache::lonxml::debug("M is starting with:$inside:");

Removed from v.1.190  
changed lines
  Added in v.1.191


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