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

raeburn raeburn@source.lon-capa.org
Wed, 10 Dec 2008 22:58:46 -0000


raeburn		Wed Dec 10 22:58:46 2008 EDT

  Modified files:              (Branch: version_2_8_X)
    /loncom/homework	inputtags.pm 
  Log:
  - Remove blank line (part of 1.251 change).
  
  
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.248.2.2 loncom/homework/inputtags.pm:1.248.2.3
--- loncom/homework/inputtags.pm:1.248.2.2	Wed Dec 10 22:54:12 2008
+++ loncom/homework/inputtags.pm	Wed Dec 10 22:58:46 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.248.2.2 2008/12/10 22:54:12 raeburn Exp $
+# $Id: inputtags.pm,v 1.248.2.3 2008/12/10 22:58:46 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -776,7 +776,6 @@
         $message = &mt('Submission won\'t be graded. The combined size of submitted files exceeded the amount allowed.');
         $css_class=$possible_class{'not_charged_try'};
         $button=1;
-
     } elsif ($award eq 'INVALID_FILETYPE') {
 	$message = &mt('Submission won\'t be graded. The type of file submitted is not allowed.');
 	$css_class=$possible_class{'not_charged_try'};