--- loncom/interface/lonmenu.pm 2007/04/13 20:22:15 1.214 +++ loncom/interface/lonmenu.pm 2007/04/17 15:45:03 1.215 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.214 2007/04/13 20:22:15 albertel Exp $ +# $Id: lonmenu.pm,v 1.215 2007/04/17 15:45:03 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -866,19 +866,19 @@ sub switch { $inlineremote[$idx]="\n". ''. ''.$pic.' - '.$text.''; + '.$text.''; } else { $inlineremote[$idx]="\n". ''. ''.$pic. ''. - $desc.''; + ''.$desc.''; } } else { # Inline Menu $inlineremote[$idx]= - ''.$pic. - ''.$desc.''; + ''.$pic. + ''.$desc.''; } } return '';