--- loncom/interface/lonhelper.pm 2003/10/08 17:41:17 1.51 +++ loncom/interface/lonhelper.pm 2003/10/08 18:23:26 1.52 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.51 2003/10/08 17:41:17 albertel Exp $ +# $Id: lonhelper.pm,v 1.52 2003/10/08 18:23:26 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1020,7 +1020,7 @@ sub end_message { sub render { my $self = shift; - return &mt($self->{MESSAGE_TEXT}); + return &mtn($self->{MESSAGE_TEXT}); } # If a NEXTSTATE was given, switch to it sub postprocess {