--- loncom/homework/matchresponse.pm 2005/04/07 06:56:22 1.52
+++ loncom/homework/matchresponse.pm 2005/06/20 21:31:07 1.53
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Full matching style response
#
-# $Id: matchresponse.pm,v 1.52 2005/04/07 06:56:22 albertel Exp $
+# $Id: matchresponse.pm,v 1.53 2005/06/20 21:31:07 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -438,7 +438,7 @@ sub displayfoils {
if ($target eq 'tex') {
$question.=' \\\\ '.$letter.':'.$text;
} else {
- $question.='
'.$letter.':'.$text;
+ $question.='
'.$letter.': '.$text;
}
}
} else {