Diff for /loncom/interface/loncommon.pm between versions 1.528 and 1.530

version 1.528, 2007/04/17 23:25:41 version 1.530, 2007/04/20 01:17:12
Line 3411  sub bodytag { Line 3411  sub bodytag {
     my $bodytag = "<body $extra_body_attr>".      my $bodytag = "<body $extra_body_attr>".
  &Apache::lontexconvert::init_math_support();   &Apache::lontexconvert::init_math_support();
   
     if ($bodyonly       if ($bodyonly) {
  || ($env{'request.state'} eq 'construct'   
     && $env{'environment.remote'} ne 'off' )) {  
         return $bodytag;          return $bodytag;
     } elsif ($env{'browser.interface'} eq 'textual') {      } elsif ($env{'browser.interface'} eq 'textual') {
 # Accessibility  # Accessibility
Line 4361  table.LC_prior_tries td { Line 4359  table.LC_prior_tries td {
 }  }
   
   
 span.LC_prior_numerical {  span.LC_prior_numerical,
   span.LC_prior_string,
   span.LC_prior_custom,
   span.LC_prior_reaction,
   span.LC_prior_math {
   font-family: monospace;    font-family: monospace;
   white-space: pre;    white-space: pre;
 }  }

Removed from v.1.528  
changed lines
  Added in v.1.530


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