[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface lonwhatsnew.pm
raeburn
raeburn at source.lon-capa.org
Thu Oct 4 02:07:11 EDT 2012
raeburn Thu Oct 4 06:07:11 2012 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface lonwhatsnew.pm
Log:
- For 2.11.
- Backport 1.107.
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.105.2.2 loncom/interface/lonwhatsnew.pm:1.105.2.3
--- loncom/interface/lonwhatsnew.pm:1.105.2.2 Mon Aug 27 15:27:58 2012
+++ loncom/interface/lonwhatsnew.pm Thu Oct 4 06:07:11 2012
@@ -1,5 +1,5 @@
#
-# $Id: lonwhatsnew.pm,v 1.105.2.2 2012/08/27 15:27:58 raeburn Exp $
+# $Id: lonwhatsnew.pm,v 1.105.2.3 2012/10/04 06:07:11 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1698,7 +1698,7 @@
if (ref($$triggered{$res}{text}) eq 'ARRAY') {
if (@{$$triggered{$res}{text}} > 1) {
for (my $i=1; $i<@{$$triggered{$res}{text}}; $i++) {
- $r->print('<tr class="'.$css_class.'">'.
+ $r->print('<tr '.$css_class.'>'.
$$triggered{$res}{text}[$i].'</tr>');
}
}
More information about the LON-CAPA-cvs
mailing list