--- loncom/interface/loncommon.pm 2008/08/13 08:17:58 1.674 +++ loncom/interface/loncommon.pm 2008/08/28 03:04:41 1.675 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.674 2008/08/13 08:17:58 bisitz Exp $ +# $Id: loncommon.pm,v 1.675 2008/08/28 03:04:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8511,9 +8511,10 @@ sub assign_categories_table { $checked = ' checked="checked" '; } } - $output .= '' - .''.$parent.''; + $output .= ''. + ''.$parent.''. + ''; my $depth = 1; push(@path,$parent); $output .= &assign_category_rows($itemcount,\@cats,$depth,$parent,\@path,\@currcategories); @@ -8579,7 +8580,9 @@ sub assign_category_rows { } $text .= ''; + $item.'"'.$checked.' />'.$name.''. + ''. + ''; if (ref($path) eq 'ARRAY') { push(@{$path},$name); $text .= &assign_category_rows($itemcount,$cats,$deeper,$name,$path,$currcategories);