--- loncom/interface/domainprefs.pm 2014/05/05 21:28:10 1.240 +++ loncom/interface/domainprefs.pm 2014/05/05 23:28:53 1.241 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.240 2014/05/05 21:28:10 raeburn Exp $ +# $Id: domainprefs.pm,v 1.241 2014/05/05 23:28:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4088,7 +4088,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++) { |