--- loncom/homework/edit.pm 2005/12/22 22:06:54 1.99 +++ loncom/homework/edit.pm 2006/02/06 21:59:44 1.100 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.99 2005/12/22 22:06:54 albertel Exp $ +# $Id: edit.pm,v 1.100 2006/02/06 21:59:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -683,7 +683,7 @@ sub checked_arg { $text=$option; $value='value="'.$option.'"'; } - $result.="$text\n"; + $result.=&element_change_detection()." />$text\n"; } return $result; }