--- loncom/interface/courseprefs.pm 2010/12/24 16:50:38 1.36 +++ loncom/interface/courseprefs.pm 2010/12/24 17:16:04 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.36 2010/12/24 16:50:38 raeburn Exp $ +# $Id: courseprefs.pm,v 1.37 2010/12/24 17:16:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1901,7 +1901,7 @@ sub print_courseinfo { my $showreqd; if ($loncaparev) { $showreqd = &mt('[_1] or newer',$loncaparev).' '. - &mt('Details').'', + &mt('Details').''; } else { $showreqd = &mt('No specific version required'); }