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

raeburn raeburn at source.lon-capa.org
Fri Feb 15 17:01:23 EST 2019


raeburn		Fri Feb 15 22:01:23 2019 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom	LONCAPA.pm 
  Log:
  - For 2.11
    - Default renderer for unconfigured domains is tth for pre-2.12 releases.
  
  
Index: loncom/LONCAPA.pm
diff -u loncom/LONCAPA.pm:1.35 loncom/LONCAPA.pm:1.35.2.1
--- loncom/LONCAPA.pm:1.35	Fri Feb 15 20:56:10 2019
+++ loncom/LONCAPA.pm	Fri Feb 15 22:01:23 2019
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Base routines
 #
-# $Id: LONCAPA.pm,v 1.35 2019/02/15 20:56:10 raeburn Exp $
+# $Id: LONCAPA.pm,v 1.35.2.1 2019/02/15 22:01:23 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -142,7 +142,7 @@
 # a domain, course, or user specific value exists. 
 
 sub texengine {
-    return 'MathJax';
+    return 'tth';
 }
 
 # Return the Linux distro where this LON-CAPA instance is running




More information about the LON-CAPA-cvs mailing list