--- loncom/interface/lonpreferences.pm 2005/11/17 16:57:54 1.68 +++ loncom/interface/lonpreferences.pm 2005/12/28 21:40:25 1.69.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.68 2005/11/17 16:57:54 www Exp $ +# $Id: lonpreferences.pm,v 1.69.2.1 2005/12/28 21:40:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -188,7 +188,7 @@ sub texenginechanger { my $texengine=$userenv{'texengine'}; my $pref=&mt('Preferred method to display Math'); - my %mathchoices=('' => 'No Preference', + my %mathchoices=('' => 'Default', 'tth' => 'TeX to HTML', #'ttm' => 'TeX to MathML', 'jsMath' => 'jsMath', @@ -996,6 +996,7 @@ sub coursedisplaychanger { $r->print(< +

ENDLSCREEN