[LON-CAPA-cvs] cvs: loncom /interface lonfeedback.pm
raeburn
raeburn@source.lon-capa.org
Sat, 13 Dec 2008 03:50:04 -0000
raeburn Sat Dec 13 03:50:04 2008 EDT
Modified files:
/loncom/interface lonfeedback.pm
Log:
- Less risk of typos.
Index: loncom/interface/lonfeedback.pm
diff -u loncom/interface/lonfeedback.pm:1.258 loncom/interface/lonfeedback.pm:1.259
--- loncom/interface/lonfeedback.pm:1.258 Fri Dec 12 10:01:25 2008
+++ loncom/interface/lonfeedback.pm Sat Dec 13 03:50:04 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Feedback
#
-# $Id: lonfeedback.pm,v 1.258 2008/12/12 10:01:25 bisitz Exp $
+# $Id: lonfeedback.pm,v 1.259 2008/12/13 03:50:04 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -625,7 +625,7 @@
$filterchoice .= ' '.$role_types{$role}.',';
}
$filterchoice =~ s/,$//;
- $filterchoice .= '<br /> ';
+ $filterchoice .= '<br />'.(' ' x8);
}
if ($statusfilter) {
$filterchoice .= '<i>'.&mt('status').'</i>- '.$status_types{$statusfilter};
@@ -794,7 +794,7 @@
$discussion .= '&previous='.$prevread;
}
$discussion .= &group_args($group);
- $discussion .='">'.&mt('Sorting/Filtering options').'</a> ';
+ $discussion .='">'.&mt('Sorting/Filtering options').'</a>'.(' ' x2);
} else {
$discussion .= '<td align="left">';
}