--- loncom/interface/lonmsg.pm 2003/07/25 13:13:43 1.59 +++ loncom/interface/lonmsg.pm 2003/08/12 20:12:05 1.60 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.59 2003/07/25 13:13:43 bowersj2 Exp $ +# $Id: lonmsg.pm,v 1.60 2003/08/12 20:12:05 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -553,7 +553,8 @@ $content{'sendername'}.'@'. } # Check to see if there were any messages. if ($result eq '') { - $result = "

You have no critical messages.

"; + $result = "

You have no critical messages.

". + 'Select a course'; } else { $r->print($header); }