--- loncom/homework/edit.pm 2008/12/10 21:02:01 1.119 +++ loncom/homework/edit.pm 2008/12/10 21:45:31 1.120 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.119 2008/12/10 21:02:01 raeburn Exp $ +# $Id: edit.pm,v 1.120 2008/12/10 21:45:31 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -887,7 +887,7 @@ sub select_arg { $optionlist.="<option $value >".&mt($text)."</option>\n"; } } - $result.='<span class="LC_nobreak>'.&mt($description).' <select name="'. + $result.='<span class="LC_nobreak">'.&mt($description).' <select name="'. &html_element_name($name).'" '.&element_change_detection().' > '.$optionlist.' </select></span>';