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

raeburn raeburn at source.lon-capa.org
Wed Mar 11 20:50:10 EDT 2015


raeburn		Thu Mar 12 00:50:10 2015 EDT

  Modified files:              
    /loncom/auth	lonlogout.pm 
  Log:
  - Fix typos in comment.
  
  
Index: loncom/auth/lonlogout.pm
diff -u loncom/auth/lonlogout.pm:1.48 loncom/auth/lonlogout.pm:1.49
--- loncom/auth/lonlogout.pm:1.48	Thu Mar 12 00:47:49 2015
+++ loncom/auth/lonlogout.pm	Thu Mar 12 00:50:10 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Logout Handler
 #
-# $Id: lonlogout.pm,v 1.48 2015/03/12 00:47:49 raeburn Exp $
+# $Id: lonlogout.pm,v 1.49 2015/03/12 00:50:10 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -170,7 +170,7 @@
 
 '<a href="javascript:self.close();">','</a>'
 
-Due to security reasons in new web browsers a window could only be closed with java script, if this window has also been opend with javascript. This is not done here which means that in most cases the close link will not work. Unless we find another solution, this link should not be offered. (Stefan Bisitz, 2008-08-01)
+Due to security reasons in new web browsers a window could only be closed with javascript, if this window has also been opened with javascript. This is not done here which means that in most cases the close link will not work. Unless we find another solution, this link should not be offered. (Stefan Bisitz, 2008-08-01)
 
 =cut
             $relogmessage.='<p>'.&mt('[_1]Log in again[_2]'




More information about the LON-CAPA-cvs mailing list