--- loncom/homework/matchresponse.pm 2018/06/08 11:57:57 1.92.2.1 +++ loncom/homework/matchresponse.pm 2018/06/07 15:58:10 1.94 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Full matching style response # -# $Id: matchresponse.pm,v 1.92.2.1 2018/06/08 11:57:57 raeburn Exp $ +# $Id: matchresponse.pm,v 1.94 2018/06/07 15:58:10 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -171,7 +171,7 @@ sub end_itemgroup { } if ($target eq 'web') { - my $table='
'; # extra space to match what latex does. + my $table='
'; # extra space to match what latex does. if ((!$columns) || ($columns < 0)) { if ($direction eq 'horizontal') { if (@names > 0) {