--- loncom/homework/bridgetask.pm 2006/11/13 21:23:19 1.202 +++ loncom/homework/bridgetask.pm 2006/11/13 21:47:33 1.204 @@ -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.204 2006/11/13 21:47:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2230,7 +2230,7 @@ sub end_Dimension { my $question = ('sub' x $dimension{$dim}{'depth'}).'question'; $question =~ s/^(.)/uc($1)/e; if ($dim_status eq 'pass') { - $dim_info.='

'.$question.' : you passed the above'.$mandatory.' question

'; + $dim_info.='

'.$question.' : you passed the above '.$mandatory.' question

'; } if ($dim_status eq 'fail') { $dim_info.='

'.$question.' : you did not pass the above '.$mandatory.' question

'; @@ -2638,7 +2638,8 @@ sub layout_web_Criteria { $status_display=~s/^([a-z])/uc($1)/e; my $criteria_info.= '
'."\n\t".'

' - .$mandatory.' Criteria

'."\n\t".'

'."\n\t".'

' + ."\n"; $criteria =~ s/^\s*//s; $criteria =~ s/\s*$//s; $criteria_info.= $criteria;