--- loncom/interface/lonaboutme.pm 2006/08/04 19:06:12 1.47 +++ loncom/interface/lonaboutme.pm 2006/08/04 19:42:55 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.47 2006/08/04 19:06:12 albertel Exp $ +# $Id: lonaboutme.pm,v 1.48 2006/08/04 19:42:55 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -496,8 +496,10 @@ sub parse_directory { $showname = $currhash->{$item}; } $showname=&HTML::Entities::encode($showname,'<>&"'); - $output .= ' '.$showname.''; - $output.=''.&mt('Catalog Information').' '.$showname.''; + $output.=''.&mt('Catalog Information').'';