--- loncom/interface/lonmeta.pm 2009/04/21 15:38:02 1.231 +++ loncom/interface/lonmeta.pm 2009/04/29 15:20:54 1.232 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.231 2009/04/21 15:38:02 bisitz Exp $ +# $Id: lonmeta.pm,v 1.232 2009/04/29 15:20:54 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1123,7 +1123,7 @@ sub print_dynamic_metadata { .&mt('visible to author and co-authors only') .')' ); - if (exists($dynmeta{'comments'}) and $dynmeta{'comments'} ne '') { + if (exists($dynmeta{'comments'})) { $r->print('
'.$dynmeta{'comments'}.'
'); } else { $r->print('

'