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

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 13 Nov 2006 21:25:23 -0000


albertel		Mon Nov 13 16:25:23 2006 EDT

  Modified files:              
    /loncom/homework	bridgetask.pm 
  Log:
  - missing space
  
  
Index: loncom/homework/bridgetask.pm
diff -u loncom/homework/bridgetask.pm:1.202 loncom/homework/bridgetask.pm:1.203
--- loncom/homework/bridgetask.pm:1.202	Mon Nov 13 16:23:19 2006
+++ loncom/homework/bridgetask.pm	Mon Nov 13 16:25:21 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: bridgetask.pm,v 1.202 2006/11/13 21:23:19 albertel Exp $
+# $Id: bridgetask.pm,v 1.203 2006/11/13 21:25:21 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2230,7 +2230,7 @@
 		my $question = ('sub' x $dimension{$dim}{'depth'}).'question';
 		$question =~ s/^(.)/uc($1)/e;
 		if ($dim_status eq 'pass') {
-		    $dim_info.='<h3>'.$question.' : you passed the above'.$mandatory.' question</h3>';
+		    $dim_info.='<h3>'.$question.' : you passed the above '.$mandatory.' question</h3>';
 		}
 		if ($dim_status eq 'fail') {
 		    $dim_info.='<h3>'.$question.' : you did not pass the above '.$mandatory.' question</h3>';