--- loncom/interface/londocs.pm 2009/04/15 12:44:24 1.364
+++ loncom/interface/londocs.pm 2009/05/04 16:45:57 1.365
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.364 2009/04/15 12:44:24 bisitz Exp $
+# $Id: londocs.pm,v 1.365 2009/05/04 16:45:57 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -397,10 +397,10 @@ sub exportcourse {
$display .= ''."\n";
}
if ($curRes->is_sequence()) {
- $display .= ' '."\n";
+ $display .= ' '."\n";
$lastcontainer = $count + $startcount + $boards;
} elsif ($curRes->is_page()) {
- $display .= ' '."\n";
+ $display .= ' '."\n";
$lastcontainer = $count + $startcount + $boards;
}
my $currelem = $count+$boards+$startcount;
@@ -2094,7 +2094,7 @@ sub checkonthis {
if (($errorcount) ||
($warningcount)) {
if ($errorcount) {
- $r->print(''.
+ $r->print(''.
&mt('[quant,_1,error]',$errorcount).'');
}
if ($warningcount) {