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

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


raeburn		Tue Aug 13 13:29:09 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/auth	lonauth.pm 
  Log:
  - For 2.11
    - Backport 1.125.
  
  
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.121.2.3 loncom/auth/lonauth.pm:1.121.2.4
--- loncom/auth/lonauth.pm:1.121.2.3	Tue Dec 18 20:53:33 2012
+++ loncom/auth/lonauth.pm	Tue Aug 13 13:29:09 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # User Authentication Module
 #
-# $Id: lonauth.pm,v 1.121.2.3 2012/12/18 20:53:33 raeburn Exp $
+# $Id: lonauth.pm,v 1.121.2.4 2013/08/13 13:29:09 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -246,7 +246,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