[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
raeburn
raeburn at source.lon-capa.org
Thu Sep 28 21:43:07 EDT 2017
raeburn Fri Sep 29 01:43:07 2017 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
- Remove trailing white space.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1295 loncom/interface/loncommon.pm:1.1296
--- loncom/interface/loncommon.pm:1.1295 Thu Sep 28 19:04:37 2017
+++ loncom/interface/loncommon.pm Fri Sep 29 01:43:06 2017
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1295 2017/09/28 19:04:37 raeburn Exp $
+# $Id: loncommon.pm,v 1.1296 2017/09/29 01:43:06 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -13329,7 +13329,7 @@
} else {
$warning .= &mt('Item extracted from archive: [_1] has unexpected path.',
&HTML::Entities::encode($path,'<>&"')).'<br />';
- }
+ }
}
}
}
@@ -13426,7 +13426,7 @@
}
} else {
$warning .= &mt('Item extracted from archive: [_1] has unexpected path.',
- &HTML::Entities::encode($path)).'<br />';
+ &HTML::Entities::encode($path)).'<br />';
}
}
if (keys(%todelete)) {
More information about the LON-CAPA-cvs
mailing list