--- loncom/homework/bridgetask.pm 2006/11/02 23:25:40 1.190 +++ loncom/homework/bridgetask.pm 2006/11/06 16:07:06 1.191 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.190 2006/11/02 23:25:40 albertel Exp $ +# $Id: bridgetask.pm,v 1.191 2006/11/06 16:07:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2508,7 +2508,7 @@ sub start_Criteria { $result.= &nested_parse(\$dimension{$dim}{'criteria.'.$id},[@_]); $result.='</p><p class="LC_grade">'.$status_display.'</p>'; - if ($comment) { + if ($comment =~ /\w/) { $result.='<p class="LC_comment">'. &mt('Comment: [_1]',$comment).'</p>'; }