--- loncom/interface/statistics/lonstudentassessment.pm 2009/09/22 14:28:56 1.157
+++ loncom/interface/statistics/lonstudentassessment.pm 2012/02/17 21:49:58 1.162.2.1
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstudentassessment.pm,v 1.157 2009/09/22 14:28:56 bisitz Exp $
+# $Id: lonstudentassessment.pm,v 1.162.2.1 2012/02/17 21:49:58 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -554,7 +554,7 @@ my @OutputDataOptions =
sub HTMLifyOutputDataDescriptions {
my $Str = '';
- $Str .= "
'.&mt('Output Data').'
\n";
+ $Str .= '
'.&mt('Output Data').'
'."\n";
$Str .= "
\n";
foreach my $option (@OutputDataOptions) {
$Str .= '
'.$option->{'name'}.'
';
@@ -671,11 +671,12 @@ sub html_initialize {
# If we're showing links, show a checkbox to open in new
# windows.
if ($show_links ne 'no') {
- my $labeltext = &mt('Show links in new window:');
+ my $labeltext = &mt('Show links in new window');
$r->print(<new_window = true;
-