--- loncom/xml/lontexconvert.pm 2004/05/25 06:11:49 1.37 +++ loncom/xml/lontexconvert.pm 2004/10/12 22:55:22 1.40 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.37 2004/05/25 06:11:49 albertel Exp $ +# $Id: lontexconvert.pm,v 1.40 2004/10/12 22:55:22 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -76,8 +76,8 @@ sub header { my $time=time; &init_tth(); return &Apache::lonxml::xmlbegin(). - &Apache::lonxml::fontsettings(). "\n\n". + &Apache::lonxml::fontsettings(). &Apache::lonmenu::registerurl(undef,'tex'). "\n\n"; } @@ -190,8 +190,7 @@ sub smiley { } sub msgtexconverted { - my $message=shift; - my $email=shift; + my ($message,$email) = @_; $errorstring=''; &init_tth(); my $outmessage='';