[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm

raeburn raeburn at source.lon-capa.org
Wed Dec 19 12:35:35 EST 2012


raeburn		Wed Dec 19 17:35:35 2012 EDT

  Modified files:              
    /loncom/homework	inputtags.pm 
  Log:
  - Punctuation.
  
  
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.311 loncom/homework/inputtags.pm:1.312
--- loncom/homework/inputtags.pm:1.311	Mon Sep 24 11:04:16 2012
+++ loncom/homework/inputtags.pm	Wed Dec 19 17:35:34 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.311 2012/09/24 11:04:16 foxr Exp $
+# $Id: inputtags.pm,v 1.312 2012/12/19 17:35:34 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -266,7 +266,7 @@
 	my $bodytext=&Apache::lonxml::get_all_text("/textfield",$parser,
 						   $style);
 	$result.=&Apache::edit::editfield($token->[1],$bodytext,'Text you want to appear by default:',80,2);
-	$result .= &Apache::edit::select_arg('Spellcheck for; ', 'spellcheck',
+	$result .= &Apache::edit::select_arg('Spellcheck for:', 'spellcheck',
 					     ['none', 'en', 'de', 'fr'], $token);
     } elsif ($target eq 'modified') {
 	my $constructtag=&Apache::edit::get_new_args($token,$parstack,




More information about the LON-CAPA-cvs mailing list