--- loncom/interface/lonmenu.pm 2024/01/02 03:46:06 1.369.2.83.2.14 +++ loncom/interface/lonmenu.pm 2024/01/02 14:14:47 1.369.2.83.2.16 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.369.2.83.2.14 2024/01/02 03:46:06 raeburn Exp $ +# $Id: lonmenu.pm,v 1.369.2.83.2.16 2024/01/02 14:14:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2158,7 +2158,7 @@ sub switch { '" align="'.($nobreak==3?'right':'left').'" class="LC_icon" />'; $inlineremote[$idx] = ''. - $pic.''.$top.' '.$form; + $pic.''.$top.' '; } # Remote $img=~s/\.png$/\.gif/; @@ -2208,7 +2208,7 @@ sub switch { } else { $inlineremote[$idx] = ''.$pic. - ''.$top.' '; + ''.$top.' '.$form; } } return '';