--- loncom/interface/loncommon.pm 2009/01/16 14:47:13 1.733 +++ loncom/interface/loncommon.pm 2009/01/20 16:38:38 1.734 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.733 2009/01/16 14:47:13 bisitz Exp $ +# $Id: loncommon.pm,v 1.734 2009/01/20 16:38:38 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1635,7 +1635,7 @@ sub multiple_select_form { $size = scalar(keys(%$hash)); } } - $output.="\n'; my @order; if (ref($order) eq 'ARRAY') { @order = @{$order};