--- loncom/homework/bridgetask.pm 2006/10/11 21:06:49 1.184 +++ loncom/homework/bridgetask.pm 2006/11/06 16:03:45 1.184.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.184 2006/10/11 21:06:49 albertel Exp $ +# $Id: bridgetask.pm,v 1.184.2.1 2006/11/06 16:03:45 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2229,7 +2229,7 @@ sub get_criteria { &nested_parse(\$dimension{$dim}{'criteria.'.$id}, [@_],{'set_dim_id' => $id}); $result.='

'.$status_display.'

'; - if ($comment) { + if ($comment =~ /\w/) { $result.='

'. &mt('Comment: [_1]',$comment).'

'; }