--- loncom/xml/lontexconvert.pm 2003/02/05 22:50:44 1.15 +++ loncom/xml/lontexconvert.pm 2003/03/17 16:52:28 1.15.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.15 2003/02/05 22:50:44 albertel Exp $ +# $Id: lontexconvert.pm,v 1.15.2.1 2003/03/17 16:52:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -116,6 +116,7 @@ sub footer { sub to_convert { my ($string) = @_; $string=~s/\/ /g; + $string=&HTML::Entities::decode($string); return &converted(\$string); }