--- loncom/interface/statistics/lonstathelpers.pm 2014/02/28 19:20:17 1.73 +++ loncom/interface/statistics/lonstathelpers.pm 2015/06/09 21:23:02 1.74 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.73 2014/02/28 19:20:17 bisitz Exp $ +# $Id: lonstathelpers.pm,v 1.74 2015/06/09 21:23:02 damieng Exp $ # # Copyright Michigan State University Board of Trustees # @@ -286,7 +286,8 @@ END END if (ref($anoncounter) eq 'HASH') { if (keys(%{$anoncounter}) > 0) { - my $anonwarning = &mt('Your selection includes both problems with and without anonymous submissions.').'\n'.&mt('You must select either only anonymous or only named problems.').'\n\n'.&mt('If a selection contains both anonymous and named parts,[_1]use the Anonymous/Named buttons to ensure selections will be either all anonymous[_1]or all named.','\n'); + my $anonwarning = &mt('Your selection includes both problems with and without anonymous submissions.')."\n".&mt('You must select either only anonymous or only named problems.')."\n\n".&mt('If a selection contains both anonymous and named parts,[_1]use the Anonymous/Named buttons to ensure selections will be either all anonymous[_1]or all named.',"\n"); + &js_escape(\$anonwarning); $checkanonjs = <<"END";