--- loncom/interface/domainprefs.pm 2013/08/12 16:51:57 1.203 +++ loncom/interface/domainprefs.pm 2013/08/13 16:19:26 1.204 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.203 2013/08/12 16:51:57 raeburn Exp $ +# $Id: domainprefs.pm,v 1.204 2013/08/13 16:19:26 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4437,7 +4437,7 @@ sub build_category_rows { if (ref($cats->[$depth]{$parent}) eq 'ARRAY') { my $numchildren = @{$cats->[$depth]{$parent}}; my $css_class = $itemcount%2?' class="LC_odd_row"':''; - $text .= ''; + $text .= '
'; my ($idxnum,$parent_name,$parent_item); my $higher = $depth - 1; if ($higher == 0) {