--- loncom/interface/lonmeta.pm 2004/02/09 20:22:18 1.60 +++ loncom/interface/lonmeta.pm 2004/03/31 05:24:00 1.61 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.60 2004/02/09 20:22:18 matthew Exp $ +# $Id: lonmeta.pm,v 1.61 2004/03/31 05:24:00 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -711,7 +711,7 @@ ENDEDIT print $mfh ' '.$_.'="'.$value.'"'; } print $mfh '>'. - &HTML::Entities::encode($Apache::lonpublisher::metadatafields{$unikey}) + &HTML::Entities::encode($Apache::lonpublisher::metadatafields{$unikey},'<>&"') .''; } }