--- loncom/xml/lontexconvert.pm 2002/09/16 21:25:22 1.9 +++ loncom/xml/lontexconvert.pm 2002/10/25 13:37:00 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Conversion Module # -# $Id: lontexconvert.pm,v 1.9 2002/09/16 21:25:22 albertel Exp $ +# $Id: lontexconvert.pm,v 1.10 2002/10/25 13:37:00 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -101,6 +101,7 @@ sub footer { sub to_convert { my ($string) = @_; + $string=~s/\//g; return &converted(\$string); }