[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 20 Jun 2005 19:54:28 -0000
albertel Mon Jun 20 15:54:28 2005 EDT
Modified files:
/loncom/homework inputtags.pm
Log:
- BUG#4055
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.167 loncom/homework/inputtags.pm:1.168
--- loncom/homework/inputtags.pm:1.167 Fri May 20 14:53:53 2005
+++ loncom/homework/inputtags.pm Mon Jun 20 15:54:28 2005
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# input definitons
#
-# $Id: inputtags.pm,v 1.167 2005/05/20 18:53:53 albertel Exp $
+# $Id: inputtags.pm,v 1.168 2005/06/20 19:54:28 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -235,7 +235,7 @@
}
} else {
#right or wrong don't show what was last typed in.
- $result='<i>'.$Apache::inputtags::answertxt{$id}.'</i>';
+ $result='<b>'.$Apache::inputtags::answertxt{$id}.'</b>';
#$result='';
}
} elsif ($target eq 'edit') {