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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 12 Sep 2006 19:03:16 -0000


albertel		Tue Sep 12 15:03:16 2006 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - typo
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.451 loncom/interface/loncommon.pm:1.452
--- loncom/interface/loncommon.pm:1.451	Wed Sep  6 15:22:43 2006
+++ loncom/interface/loncommon.pm	Tue Sep 12 15:03:15 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.451 2006/09/06 19:22:43 albertel Exp $
+# $Id: loncommon.pm,v 1.452 2006/09/12 19:03:15 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3370,7 +3370,7 @@
   background-color: $data_table_darker;
 }
 table.LC_data_table tr.LC_empty_row td,
-table.LC_whatsnew tr.LC_empty_row td, {
+table.LC_whatsnew tr.LC_empty_row td {
   background-color: #FFFFFF;
   font-weight: bold;
   font-style: italic;