--- loncom/interface/lonmsgdisplay.pm 2007/05/03 12:13:35 1.75
+++ loncom/interface/lonmsgdisplay.pm 2007/05/03 16:55:08 1.76
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines for messaging display
#
-# $Id: lonmsgdisplay.pm,v 1.75 2007/05/03 12:13:35 raeburn Exp $
+# $Id: lonmsgdisplay.pm,v 1.76 2007/05/03 16:55:08 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2651,7 +2651,7 @@ sub handler {
if ($result =~ /trans:\s+ok/) {
&statuschange($msgid,'read');
}
- $r->print($result.'
');
+ $r->print($result.'
');
if ($1 eq 'rep') {
&compout($r,'','','',$msgid);
$replying = 1;