--- loncom/interface/lonfeedback.pm 2005/06/06 02:16:09 1.165 +++ loncom/interface/lonfeedback.pm 2005/06/06 20:04:23 1.166 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.165 2005/06/06 02:16:09 albertel Exp $ +# $Id: lonfeedback.pm,v 1.166 2005/06/06 20:04:23 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -858,7 +858,7 @@ sub build_posting_display { $contrib{$idx.':sendername'}.' at '. $contrib{$idx.':senderdomain'}.')'; if ($contrib{$idx.':anonymous'}) { - $sender.=' ['.&mt('anonymous').'] '. + $sender.=' ['.&mt('anonymous').'] '. $screenname; }