--- loncom/homework/inputtags.pm 2014/09/15 17:45:35 1.326 +++ loncom/homework/inputtags.pm 2014/11/07 22:00:17 1.327 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.326 2014/09/15 17:45:35 raeburn Exp $ +# $Id: inputtags.pm,v 1.327 2014/11/07 22:00:17 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -469,7 +469,7 @@ sub start_textline { . ' id="' . $itemid . '"' . ' value="'. $oldresponse.'"' . ' class="LC_textline spellchecked" size="'.$size.'"'.$maxlength - . '/>'; + . ' autocomplete="off" />'; $result .= &spellcheck_onblur($itemid, $spellcheck); }