--- loncom/interface/lonhtmlcommon.pm 2009/10/31 14:27:48 1.237 +++ loncom/interface/lonhtmlcommon.pm 2009/11/04 17:51:26 1.238 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.237 2009/10/31 14:27:48 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.238 2009/11/04 17:51:26 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1727,7 +1727,7 @@ sub course_selection { $output .= '
'; } } - $output .= ''.$pickspec.' '.$courseform.'  selected.
'."\n"; + $output .= ''.$pickspec.' '.$courseform.'  selected.
'."\n"; return $output; }