[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 07 Jun 2006 20:07:13 -0000


albertel		Wed Jun  7 16:07:13 2006 EDT

  Modified files:              
    /loncom/auth	lonroles.pm 
  Log:
  - typo
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.155 loncom/auth/lonroles.pm:1.156
--- loncom/auth/lonroles.pm:1.155	Fri Jun  2 18:02:51 2006
+++ loncom/auth/lonroles.pm	Wed Jun  7 16:07:09 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.155 2006/06/02 22:02:51 albertel Exp $
+# $Id: lonroles.pm,v 1.156 2006/06/07 20:07:09 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -88,7 +88,7 @@
 	      &Apache::lonmenu::rawconfig().'</script>'.
 	      '<p>'.&mt('The following problems occurred:').
 	      $error.
-	      '</p><br /><a href="'.$dest.'>'.&mt('Continue').'</a>'.
+	      '</p><br /><a href="'.$dest.'">'.&mt('Continue').'</a>'.
 	      &Apache::loncommon::end_page());
 }