--- loncom/homework/edit.pm 2008/11/18 19:14:28 1.118 +++ loncom/homework/edit.pm 2008/12/10 21:02:01 1.119 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.118 2008/11/18 19:14:28 jms Exp $ +# $Id: edit.pm,v 1.119 2008/12/10 21:02:01 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -842,15 +842,15 @@ sub checked_arg { $text=$option; $value='value="'.$option.'"'; } - $result.="\n"; + $result.=&element_change_detection().' />'.$text.''."\n"; } return $result; } @@ -863,7 +863,7 @@ sub text_arg { $result=&mt($description).' '; - return ''.$result.''; + return ''.$result.''; } sub select_arg { @@ -887,10 +887,10 @@ sub select_arg { $optionlist.="\n"; } } - $result.=''.&mt($description).'  '.$optionlist.' - '; + '; return $result; } @@ -936,7 +936,7 @@ sub select_or_text_arg { $description=&mt($description); # return (< + $description   - + ENDSELECTORTYPE }