--- loncom/interface/lonwhatsnew.pm 2012/08/27 15:27:58 1.105.2.2 +++ loncom/interface/lonwhatsnew.pm 2012/10/04 06:07:11 1.105.2.3 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.105.2.2 2012/08/27 15:27:58 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.105.2.3 2012/10/04 06:07:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1698,7 +1698,7 @@ sub display_abovethreshold { if (ref($$triggered{$res}{text}) eq 'ARRAY') { if (@{$$triggered{$res}{text}} > 1) { for (my $i=1; $i<@{$$triggered{$res}{text}}; $i++) { - $r->print(''. + $r->print(''. $$triggered{$res}{text}[$i].''); } }