--- loncom/auth/lonauth.pm 2005/02/07 20:33:04 1.64 +++ loncom/auth/lonauth.pm 2005/02/26 05:37:23 1.65 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.64 2005/02/07 20:33:04 albertel Exp $ +# $Id: lonauth.pm,v 1.65 2005/02/26 05:37:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -108,6 +108,8 @@ sub success { $FORM{'interface'}=$userenv{'interface'}; } $ENV{'environment.remote'}=$userenv{'remote'}; + if ($userenv{'texengine'} eq 'ttm') { $clientmathml=1; } + # --------------- Do not trust query string to be put directly into environment foreach ('imagesuppress','appletsuppress', 'embedsuppress','fontenhance','blackwhite',