[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemanalysis.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Mon, 29 Sep 2003 21:13:23 -0000
matthew Mon Sep 29 17:13:23 2003 EDT
Modified files:
/loncom/interface/statistics lonproblemanalysis.pm
Log:
It's probably unneccessary to have people translate html tags.
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.23 loncom/interface/statistics/lonproblemanalysis.pm:1.24
--- loncom/interface/statistics/lonproblemanalysis.pm:1.23 Mon Sep 29 17:09:27 2003
+++ loncom/interface/statistics/lonproblemanalysis.pm Mon Sep 29 17:13:23 2003
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemanalysis.pm,v 1.23 2003/09/29 21:09:27 matthew Exp $
+# $Id: lonproblemanalysis.pm,v 1.24 2003/09/29 21:13:23 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -41,7 +41,7 @@
sub BuildProblemAnalysisPage {
my ($r,$c)=@_;
- $r->print(&mt('<h2>Option Response Problem Analysis</h2>'));
+ $r->print('<h2>'.&mt('Option Response Problem Analysis').'</h2>');
if (exists($ENV{'form.problemchoice'})) {
# This is me getting around my own cleverness:
&Apache::lonstatistics::MapSelect('Maps','multiple,all',5,