--- loncom/interface/slotrequest.pm 2009/02/02 18:20:15 1.88 +++ loncom/interface/slotrequest.pm 2009/05/17 21:03:16 1.88.2.1 @@ -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.88 2009/02/02 18:20:15 bisitz Exp $ +# $Id: slotrequest.pm,v 1.88.2.1 2009/05/17 21:03:16 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -673,7 +673,8 @@ $lt{'or'} STUFF if (!$inhibit_return_link) { - $r->print(&mt('or').'

').&return_link($r); + $r->print(&mt('or').'

'); + &return_link($r); } else { $r->print('

'); }