--- loncom/interface/lonhtmlcommon.pm 2006/07/29 00:31:58 1.147 +++ loncom/interface/lonhtmlcommon.pm 2006/07/31 18:43:12 1.148 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.147 2006/07/29 00:31:58 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.148 2006/07/31 18:43:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1784,7 +1784,7 @@ sub set_form_elements { ($$elements{$name} eq 'checkbox')) { $output .= qq| if (courseForm.elements['$name'].value == "$value") { - courseForm.elemenst['$name'].checked = true; + courseForm.elements['$name'].checked = true; }|; } }