--- loncom/interface/lonhelper.pm 2005/02/17 08:29:42 1.96 +++ loncom/interface/lonhelper.pm 2005/02/17 23:19:44 1.97 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.96 2005/02/17 08:29:42 albertel Exp $ +# $Id: lonhelper.pm,v 1.97 2005/02/17 23:19:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2870,7 +2870,7 @@ sub render { my $result = ''; if (defined $self->{ERROR_MSG}) { - $result .= '
' . $self->{ERROR_MSG} . '

'; + $result .= '

' . $self->{ERROR_MSG} . '

'; } $result .= '