--- loncom/xml/lonxml.pm 2002/09/04 03:57:18 1.190 +++ loncom/xml/lonxml.pm 2002/09/04 04:55:13 1.191 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.190 2002/09/04 03:57:18 albertel Exp $ +# $Id: lonxml.pm,v 1.191 2002/09/04 04:55:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -539,7 +539,7 @@ sub htmlclean { return $output; } -sub latex_special_sumbols { +sub latex_special_symbols { my ($current_token,$stack,$parstack)=@_; my @temp_array = @$stack; if ($temp_array[-1] ne 'tt') { @@ -636,7 +636,7 @@ sub inner_xmlparse { } if (($token->[0] eq 'T') || ($token->[0] eq 'C') || ($token->[0] eq 'D') ) { if ($target eq 'tex') { - $result=&latex_special_sumbols($result,$stack,$parstack); + $result=&latex_special_symbols($result,$stack,$parstack); } }