[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Sat, 07 Jun 2003 03:57:28 -0000
albertel Fri Jun 6 23:57:28 2003 EDT
Modified files:
/loncom/homework inputtags.pm
Log:
- stupid, receipt message was overwriting the 'You are correct' message
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.103 loncom/homework/inputtags.pm:1.104
--- loncom/homework/inputtags.pm:1.103 Fri May 23 12:26:28 2003
+++ loncom/homework/inputtags.pm Fri Jun 6 23:57:28 2003
@@ -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 @@
} else {
$message = "<b>You are correct.</b>";
}
- $message=' Your receipt is '.&Apache::lonnet::receipt;
+ $message.=' Your receipt is '.&Apache::lonnet::receipt;
}
$button=0;
$previousmsg='';