--- loncom/homework/inputtags.pm 2015/02/21 21:53:34 1.330 +++ loncom/homework/inputtags.pm 2015/03/10 23:11:22 1.331 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.330 2015/02/21 21:53:34 raeburn Exp $ +# $Id: inputtags.pm,v 1.331 2015/03/10 23:11:22 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -464,12 +464,11 @@ sub start_textline { $name = "none"; } $result.= ''; + . ' class="LC_textline spellchecked" size="'.$size.'"'.$maxlength.' />'; $result .= &spellcheck_onblur($itemid, $spellcheck); }