--- loncom/xml/lontexconvert.pm 2003/02/25 22:50:11 1.17 +++ loncom/xml/lontexconvert.pm 2003/02/26 20:22:11 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.17 2003/02/25 22:50:11 albertel Exp $ +# $Id: lontexconvert.pm,v 1.18 2003/02/26 20:22:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -117,6 +117,7 @@ sub footer { sub to_convert { my ($string) = @_; $string=~s/\/ /g; + $string=&HTML::Entities::decode($string); return &converted(\$string); }