Diff for /loncom/xml/londefdef.pm between versions 1.456.2.4 and 1.456.2.5

version 1.456.2.4, 2019/05/17 15:41:32 version 1.456.2.5, 2020/09/10 00:33:39
Line 98  sub start_m { Line 98  sub start_m {
             # On top of that, MathJax will render math without $, but              # On top of that, MathJax will render math without $, but
             # it will fail with tth. This is worth a warning.              # it will fail with tth. This is worth a warning.
             # (even though some people might just use latex for printing)              # (even though some people might just use latex for printing)
             &Apache::lonxml::warning(&mt("Missing \$ in <m>."));              &Apache::lonxml::warning(&mt('Missing $ in [_1].','<m>'));
         }          }
  my $eval=&Apache::lonxml::get_param('eval',$parstack,$safeeval);   my $eval=&Apache::lonxml::get_param('eval',$parstack,$safeeval);
  if ($eval eq 'on') {   if ($eval eq 'on') {

Removed from v.1.456.2.4  
changed lines
  Added in v.1.456.2.5


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