--- loncom/homework/inputtags.pm 2013/04/11 14:59:40 1.315 +++ loncom/homework/inputtags.pm 2013/04/26 18:08:48 1.316 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.315 2013/04/11 14:59:40 bisitz Exp $ +# $Id: inputtags.pm,v 1.316 2013/04/26 18:08:48 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -463,7 +463,7 @@ sub start_textline { $result.=&Apache::edit::select_arg('Readonly:','readonly', ['no','yes'],$token); my $spell_langs = &spelling_languages(); - $result.=&Apache::edit::select_arg("Spellcheck for: ", 'spellcheck', + $result.=&Apache::edit::select_arg('Spellcheck for:', 'spellcheck', $spell_langs, $token); $result.=&Apache::edit::end_row(); $result.=&Apache::edit::end_table();