[LON-CAPA-cvs] cvs: loncom /interface lonhtmlgateway.pm

raeburn raeburn@source.lon-capa.org
Mon, 24 May 2010 23:47:22 -0000


raeburn		Mon May 24 23:47:22 2010 EDT

  Modified files:              
    /loncom/interface	lonhtmlgateway.pm 
  Log:
  - 'tth' is sixth arg in lontexconvert::algebra().
  
  
Index: loncom/interface/lonhtmlgateway.pm
diff -u loncom/interface/lonhtmlgateway.pm:1.4 loncom/interface/lonhtmlgateway.pm:1.5
--- loncom/interface/lonhtmlgateway.pm:1.4	Tue May  4 19:45:05 2010
+++ loncom/interface/lonhtmlgateway.pm	Mon May 24 23:47:22 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # gateway for html input/output to be properly parsed and handled
 #
-# $Id: lonhtmlgateway.pm,v 1.4 2010/05/04 19:45:05 faziophi Exp $
+# $Id: lonhtmlgateway.pm,v 1.5 2010/05/24 23:47:22 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -721,7 +721,8 @@
     # decoding it first. we also just get the tex, and
     # feed it through as if it were an <mi> tag.
     $input = &HTML::Entities::decode($input);
-    my $algebra = &Apache::lontexconvert::algebra($input, 'tth', 'tex');
+    my $algebra = 
+        &Apache::lontexconvert::algebra($input,'tex',undef,undef,undef,'tth');
     return &parse_m_tag($self, $algebra);
 }
 
@@ -815,7 +816,7 @@
 
 =head1 VERSION
 
-$Id: lonhtmlgateway.pm,v 1.4 2010/05/04 19:45:05 faziophi Exp $
+$Id: lonhtmlgateway.pm,v 1.5 2010/05/24 23:47:22 raeburn Exp $
 
 =cut