[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /xml londefdef.pm

raeburn raeburn at source.lon-capa.org
Wed Sep 9 20:33:39 EDT 2020


raeburn		Thu Sep 10 00:33:39 2020 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/xml	londefdef.pm 
  Log:
  - For 2.11
    Backport 1.465
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.456.2.4 loncom/xml/londefdef.pm:1.456.2.5
--- loncom/xml/londefdef.pm:1.456.2.4	Fri May 17 15:41:32 2019
+++ loncom/xml/londefdef.pm	Thu Sep 10 00:33:39 2020
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Tags Default Definition Module 
 #
-# $Id: londefdef.pm,v 1.456.2.4 2019/05/17 15:41:32 raeburn Exp $
+# $Id: londefdef.pm,v 1.456.2.5 2020/09/10 00:33:39 raeburn Exp $
 # 
 #
 # Copyright Michigan State University Board of Trustees
@@ -98,7 +98,7 @@
             # On top of that, MathJax will render math without $, but
             # it will fail with tth. This is worth a warning.
             # (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);
 	if ($eval eq 'on') {




More information about the LON-CAPA-cvs mailing list