--- loncom/xml/lontexconvert.pm 2012/03/11 14:46:46 1.112 +++ loncom/xml/lontexconvert.pm 2013/09/15 23:06:46 1.113 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.112 2012/03/11 14:46:46 foxr Exp $ +# $Id: lontexconvert.pm,v 1.113 2013/09/15 23:06:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -495,7 +495,7 @@ sub msgtexconverted { foreach my $fragment (split(/(?:\<\;|\<)\/*algebra\s*(?:\>\;|\>)/i, $message)) { if ($tex) { - my $algebra = &algebra($fragment, 'web', undef, undef, undef, undef, 'tth'); + my $algebra = &algebra($fragment, 'web', undef, undef, undef, 'tth'); if ($email) { $outmessage.=''.$algebra.'
';
 		$tex=0;