--- loncom/interface/statistics/lonproblemstatistics.pm 2004/07/22 15:56:41 1.91 +++ loncom/interface/statistics/lonproblemstatistics.pm 2004/07/22 17:33:29 1.92 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemstatistics.pm,v 1.91 2004/07/22 15:56:41 matthew Exp $ +# $Id: lonproblemstatistics.pm,v 1.92 2004/07/22 17:33:29 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -819,7 +819,7 @@ sub statistics_html_table_data { if (exists($field->{'special'}) && $field->{'special'} eq 'link') { $row .= ''; } - if (exists($field->{'format'})) { + if (exists($field->{'format'}) && $data->{$field->{'name'}} !~ /[A-Z]/i) { $row .= sprintf($field->{'format'},$data->{$field->{'name'}}); } else { $row .= $data->{$field->{'name'}};