--- loncom/interface/slotrequest.pm	2009/05/06 16:19:34	1.97
+++ loncom/interface/slotrequest.pm	2009/05/16 22:50:35	1.98
@@ -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.97 2009/05/06 16:19:34 bisitz Exp $
+# $Id: slotrequest.pm,v 1.98 2009/05/16 22:50:35 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -707,7 +707,8 @@ $lt{'or'}
 STUFF
 
     if (!$inhibit_return_link) { 
-        $r->print(&mt('or').'</p>').&return_link($r);
+        $r->print(&mt('or').'</p>');
+        &return_link($r);
     } else {
         $r->print('</p>');
     }