[LON-CAPA-cvs] cvs: loncom /interface lonwhatsnew.pm

raeburn raeburn at source.lon-capa.org
Thu Oct 4 01:59:23 EDT 2012


raeburn		Thu Oct  4 05:59:23 2012 EDT

  Modified files:              
    /loncom/interface	lonwhatsnew.pm 
  Log:
  - Correction to use of $css_class in multi-part items above threshold.
  
  
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.106 loncom/interface/lonwhatsnew.pm:1.107
--- loncom/interface/lonwhatsnew.pm:1.106	Sun Aug 19 00:18:16 2012
+++ loncom/interface/lonwhatsnew.pm	Thu Oct  4 05:59:22 2012
@@ -1,5 +1,5 @@
 #
-# $Id: lonwhatsnew.pm,v 1.106 2012/08/19 00:18:16 raeburn Exp $
+# $Id: lonwhatsnew.pm,v 1.107 2012/10/04 05:59:22 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