--- loncom/interface/lonmeta.pm 2009/01/27 15:59:30 1.225 +++ loncom/interface/lonmeta.pm 2009/03/17 20:07:45 1.226 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.225 2009/01/27 15:59:30 schafran Exp $ +# $Id: lonmeta.pm,v 1.226 2009/03/17 20:07:45 schulted Exp $ # # Copyright Michigan State University Board of Trustees # @@ -432,7 +432,7 @@ sub prettyprint { } # Title if ($type eq 'title') { - return ''.$value.''; + return $value; } # Dates if (($type eq 'creationdate') || @@ -482,7 +482,7 @@ sub prettyprint { ($type eq 'comefrom_list') || ($type eq 'sequsage_list') || ($type eq 'dependencies')) { - return ''; } # Evaluations if (($type eq 'clear') || @@ -519,7 +519,7 @@ sub prettyprint { # List of courses if ($type=~/\_list/) { my @Courses = split(/\s*\,\s*/,$value); - my $Str=''; } # No pretty print found return $value;