--- loncom/interface/lonmeta.pm 2005/10/25 01:23:47 1.116 +++ loncom/interface/lonmeta.pm 2005/10/25 18:47:49 1.118 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.116 2005/10/25 01:23:47 banghart Exp $ +# $Id: lonmeta.pm,v 1.118 2005/10/25 18:47:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -489,7 +489,6 @@ sub prettyinput { if ($env{$course_key.'.metadata.'.$_.'.options'} =~ m/onlyone/) { $only_one = 'true'; } - title' => 'Title', if ($type eq 'author') { } if ($type eq 'authorspace') { @@ -503,6 +502,7 @@ sub prettyinput { if ($type eq 'notes') { } if ($type eq 'abstract') { + } if (($type eq 'lowestgradelevel') || ($type eq 'highestgradelevel')) { return &Apache::loncommon::select_level_form($value,$fieldname).