--- loncom/interface/slotrequest.pm 2011/12/20 22:44:27 1.112 +++ loncom/interface/slotrequest.pm 2012/06/09 15:41:26 1.113 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.112 2011/12/20 22:44:27 raeburn Exp $ +# $Id: slotrequest.pm,v 1.113 2012/06/09 15:41:26 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -882,7 +882,7 @@ sub show_choices { $output .= ' '. &mt('Return to last resource').''; } - $r->print($output); + $r->print('

'.$output.'

'); return; } if ($env{'form.command'} eq 'manageresv') { @@ -2592,8 +2592,9 @@ sub handler { if (ref($brcrum) eq 'ARRAY') { push(@{$brcrum},{href=>"/adm/slotrequest?command=$env{'form.command'}",text=>$crumb_titles{$env{'form.command'}}}); } - } + } else { + $brcrum =[]; } &start_page($r,$title,$brcrum);