--- loncom/interface/statistics/lonproblemstatistics.pm 2003/07/28 15:30:46 1.55 +++ loncom/interface/statistics/lonproblemstatistics.pm 2003/10/28 20:08:23 1.55.2.1 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemstatistics.pm,v 1.55 2003/07/28 15:30:46 matthew Exp $ +# $Id: lonproblemstatistics.pm,v 1.55.2.1 2003/10/28 20:08:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -869,6 +869,9 @@ sub DrawGraph { $title = '' if (! defined($title)); $xaxis = '' if (! defined($xaxis)); $yaxis = '' if (! defined($yaxis)); + $title = &Apache::lonnet::escape($title); + $xaxis = &Apache::lonnet::escape($xaxis); + $yaxis = &Apache::lonnet::escape($yaxis); # my $sendValues = join(',', @$values); my $sendCount = scalar(@$values);