--- loncom/homework/matchresponse.pm	2025/01/27 15:04:15	1.95
+++ loncom/homework/matchresponse.pm	2025/01/27 19:07:58	1.96
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Full matching style response
 #
-# $Id: matchresponse.pm,v 1.95 2025/01/27 15:04:15 raeburn Exp $
+# $Id: matchresponse.pm,v 1.96 2025/01/27 19:07:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -745,7 +745,7 @@ sub displayfoils {
 	    }
 	    if ($target ne 'tex') {
 		if ($Apache::lonhomework::type ne 'exam') {
-		    $question.="<br />\n".$optionlist.$text/'</label>';
+		    $question.="<br />\n".$optionlist.$text.'</label>';
 		} else {
 		    $question.="<br />\n".$text;
 		}