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

raeburn raeburn at source.lon-capa.org
Tue Aug 13 09:22:24 EDT 2013


raeburn		Tue Aug 13 13:22:24 2013 EDT

  Modified files:              
    /loncom/auth	lonauth.pm 
  Log:
  - Fix typo in rev. 1.121.
  
  
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.124 loncom/auth/lonauth.pm:1.125
--- loncom/auth/lonauth.pm:1.124	Tue Dec 18 20:52:18 2012
+++ loncom/auth/lonauth.pm	Tue Aug 13 13:22:24 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonauth.pm,v 1.124 2012/12/18 20:52:18 raeburn Exp $
+# $Id: lonauth.pm,v 1.125 2013/08/13 13:22:24 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -236,7 +236,7 @@
             }
             $r->print(
                $start_page
-              .'<p class="LC_warning>"'.&mt('You are already logged in!').'</p>'
+              .'<p class="LC_warning">'.&mt('You are already logged in!').'</p>'
               .'<p>'.&mt('Please either [_1]continue the current session[_2] or [_3]log out[_4].'
                     ,'<a href="'.$dest.'">','</a>','<a href="/adm/logout">','</a>')
               .'</p>'




More information about the LON-CAPA-cvs mailing list