[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface lonmenu.pm

raeburn raeburn at source.lon-capa.org
Sat May 26 09:57:03 EDT 2012


raeburn		Sat May 26 13:57:03 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	lonmenu.pm 
  Log:
  - For 2.11.
    - Correct changes in 1.369.2.6. Remove unwanted line in backport of 1.375.
  
  
Index: loncom/interface/lonmenu.pm
diff -u loncom/interface/lonmenu.pm:1.369.2.8 loncom/interface/lonmenu.pm:1.369.2.9
--- loncom/interface/lonmenu.pm:1.369.2.8	Fri May 25 23:47:16 2012
+++ loncom/interface/lonmenu.pm	Sat May 26 13:57:02 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Routines to control the menu
 #
-# $Id: lonmenu.pm,v 1.369.2.8 2012/05/25 23:47:16 raeburn Exp $
+# $Id: lonmenu.pm,v 1.369.2.9 2012/05/26 13:57:02 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -449,7 +449,6 @@
             }
             $menu .= '<li style="margin:0;padding:0;'.
                      $borderbot.'"><a href="'.$item->[0].'">'.
-                     '" style="padding:0;">'.
                      &mt($item->[1]).'</a></li>';
         }
     }




More information about the LON-CAPA-cvs mailing list