--- loncom/interface/coursecatalog.pm 2013/12/24 19:15:10 1.76 +++ loncom/interface/coursecatalog.pm 2013/12/30 01:33:21 1.77 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for displaying the course catalog interface # -# $Id: coursecatalog.pm,v 1.76 2013/12/24 19:15:10 raeburn Exp $ +# $Id: coursecatalog.pm,v 1.77 2013/12/30 01:33:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -643,7 +643,7 @@ sub additional_filters { date => 'immediately prior to specific date:', ); my @statuses = &Apache::loncommon::get_env_multiple('form.showcounts'); - $output .= ''; + $output .= ''; if ($checked) { $output .= &get_wasactive_text(); }