--- loncom/homework/inputtags.pm 2003/05/23 16:26:28 1.103 +++ loncom/homework/inputtags.pm 2003/06/07 03:57:28 1.104 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.103 2003/05/23 16:26:28 albertel Exp $ +# $Id: inputtags.pm,v 1.104 2003/06/07 03:57:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -336,7 +336,7 @@ sub decideoutput { } else { $message = "You are correct."; } - $message=' Your receipt is '.&Apache::lonnet::receipt; + $message.=' Your receipt is '.&Apache::lonnet::receipt; } $button=0; $previousmsg='';