--- loncom/interface/lonchatfetch.pm 2003/07/24 17:53:59 1.12 +++ loncom/interface/lonchatfetch.pm 2004/06/27 17:14:28 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network # Chat Fetching # -# $Id: lonchatfetch.pm,v 1.12 2003/07/24 17:53:59 matthew Exp $ +# $Id: lonchatfetch.pm,v 1.13 2004/06/27 17:14:28 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -124,7 +124,7 @@ sub handler { $sender=&Apache::loncommon::screenname($snum,$sdom); unless ($sender) { $sender="Anonymous"; } } - $sender=~s/\'/\"/g; + $sender=~s/\'/\&\#39\;/g; my $color=$sender; $color=~tr/a-j/0-9/; $color=~tr/A-J/0-9/;