--- loncom/lonnet/perl/lonnet.pm 2003/04/18 01:13:21 1.362 +++ loncom/lonnet/perl/lonnet.pm 2003/04/18 13:47:55 1.363 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.362 2003/04/18 01:13:21 albertel Exp $ +# $Id: lonnet.pm,v 1.363 2003/04/18 13:47:55 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3546,6 +3546,7 @@ sub gettitle { $title=$bighash{'title_'.$mapid.'.'.$resid}; untie %bighash; } + $title=~s/\&colon\;/\:/gs; if ($title) { $titlecache{$symb}=$title; return $title;