--- loncom/interface/lonwhatsnew.pm 2012/02/08 17:07:02 1.101.2.1.2.1 +++ loncom/interface/lonwhatsnew.pm 2012/02/11 17:58:17 1.101.2.1.2.2 @@ -1,5 +1,5 @@ # -# $Id: lonwhatsnew.pm,v 1.101.2.1.2.1 2012/02/08 17:07:02 raeburn Exp $ +# $Id: lonwhatsnew.pm,v 1.101.2.1.2.2 2012/02/11 17:58:17 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -613,7 +613,7 @@ sub display_actions_box { } } - $r->print('
'); + $r->print('
'); my $displayed = 0; my $totalboxes = 0; @@ -639,6 +639,7 @@ sub display_actions_box {
+ '); } @@ -889,7 +890,7 @@ sub display_launcher { $crstype,$itemserror,$loggedin,$logincount) = @_; if ($$checkallowed{$action}) { - &start_box($r,$show,$headings,$action,$refpage,$action); + &start_box($r,$show,$headings,$action,$refpage); if ($$show{$action}) { if ($action eq 'handgrading') { # UNGRADED ITEMS &display_handgrade($r,$tograde,$ungraded,$itemserror);