--- loncom/interface/domainprefs.pm 2014/05/05 21:40:52 1.160.6.44 +++ loncom/interface/domainprefs.pm 2014/05/05 23:34:42 1.160.6.45 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.160.6.44 2014/05/05 21:40:52 raeburn Exp $ +# $Id: domainprefs.pm,v 1.160.6.45 2014/05/05 23:34:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4070,7 +4070,7 @@ sub print_selfcreation { my $numperrow = 2; my $css_class = $$rowtotal%2?' class="LC_odd_row"':''; $datatable .= '
'."\n"; for (my $i=0; $i<@fields; $i++) { |