Diff for /loncom/homework/bridgetask.pm between versions 1.190 and 1.191

version 1.190, 2006/11/02 23:25:40 version 1.191, 2006/11/06 16:07:06
Line 2508  sub start_Criteria { Line 2508  sub start_Criteria {
  $result.=   $result.=
     &nested_parse(\$dimension{$dim}{'criteria.'.$id},[@_]);      &nested_parse(\$dimension{$dim}{'criteria.'.$id},[@_]);
  $result.='</p><p class="LC_grade">'.$status_display.'</p>';   $result.='</p><p class="LC_grade">'.$status_display.'</p>';
  if ($comment) {   if ($comment =~ /\w/) {
     $result.='<p class="LC_comment">'.      $result.='<p class="LC_comment">'.
  &mt('Comment: [_1]',$comment).'</p>';   &mt('Comment: [_1]',$comment).'</p>';
  }   }

Removed from v.1.190  
changed lines
  Added in v.1.191


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>