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

raeburn raeburn@source.lon-capa.org
Wed, 01 Sep 2010 16:51:47 -0000


raeburn		Wed Sep  1 16:51:47 2010 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom/interface	loncommon.pm 
  Log:
  - Typo in backport of changes in 1.959 in 1.948.2.3.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.948.2.8 loncom/interface/loncommon.pm:1.948.2.9
--- loncom/interface/loncommon.pm:1.948.2.8	Wed Aug 18 18:22:32 2010
+++ loncom/interface/loncommon.pm	Wed Sep  1 16:51:47 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.948.2.8 2010/08/18 18:22:32 raeburn Exp $
+# $Id: loncommon.pm,v 1.948.2.9 2010/09/01 16:51:47 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4907,8 +4907,8 @@
   color:$font;
 }
 
-+a:focus,
-+a:focus img {
+a:focus,
+a:focus img {
   color: red;
   background: yellow;
 }