Diff for /loncom/xml/lontexconvert.pm between versions 1.12 and 1.13

version 1.12, 2002/10/28 20:40:25 version 1.13, 2002/11/09 22:05:33
Line 55  sub header { Line 55  sub header {
   my $time=time;    my $time=time;
   if ($ENV{'browser.mathml'}) {    if ($ENV{'browser.mathml'}) {
       &tth::ttminit();        &tth::ttminit();
         if ($ENV{'browser.unicode'}) {
     &tth::ttmoptions('-L -u1');
         } else {
     &tth::ttmoptions('-L -u0');
         }
   } else {    } else {
       &tth::tthinit();        &tth::tthinit();
         if ($ENV{'browser.unicode'}) {
     &tth::tthoptions('-L -u1');
         } else {
     &tth::tthoptions('-L -u0');
         }
   }    }
   return &Apache::lonxml::xmlbegin().    return &Apache::lonxml::xmlbegin().
          &Apache::lonxml::fontsettings().           &Apache::lonxml::fontsettings().

Removed from v.1.12  
changed lines
  Added in v.1.13


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