--- rat/lonratsrv.pm 2005/09/26 19:47:52 1.33 +++ rat/lonratsrv.pm 2005/10/31 18:52:10 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Server for RAT Maps # -# $Id: lonratsrv.pm,v 1.33 2005/09/26 19:47:52 albertel Exp $ +# $Id: lonratsrv.pm,v 1.34 2005/10/31 18:52:10 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -38,6 +38,7 @@ use Apache::lonnet; sub qtescape { my $str=shift; + $str=~s/\:/\:/g; $str=~s/\&\#58\;/\:/g; $str=~s/\&\#39\;/\'/g; $str=~s/\&\#44\;/\,/g;