Diff for /loncom/homework/matchresponse.pm between versions 1.92 and 1.93

version 1.92, 2015/01/19 15:35:53 version 1.93, 2016/01/22 22:42:51
Line 171  sub end_itemgroup { Line 171  sub end_itemgroup {
     }      }
     if ($target eq 'web') {      if ($target eq 'web') {
   
  my $table='<br /><table>'; # extra space to match what latex does.   my $table='<table class="LC_itemgroup">'; # extra space to match what latex does.
         if ((!$columns) || ($columns < 0)) {          if ((!$columns) || ($columns < 0)) {
             if ($direction eq 'horizontal') {              if ($direction eq 'horizontal') {
                 if (@names > 0) {                   if (@names > 0) { 

Removed from v.1.92  
changed lines
  Added in v.1.93


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>