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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 02 Nov 2004 23:20:17 -0000


albertel		Tue Nov  2 18:20:17 2004 EDT

  Modified files:              
    /loncom/auth	lonlogin.pm 
  Log:
  - xhtmlize login page
  
  
Index: loncom/auth/lonlogin.pm
diff -u loncom/auth/lonlogin.pm:1.58 loncom/auth/lonlogin.pm:1.59
--- loncom/auth/lonlogin.pm:1.58	Tue Aug 10 14:55:13 2004
+++ loncom/auth/lonlogin.pm	Tue Nov  2 18:20:17 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Login Screen
 #
-# $Id: lonlogin.pm,v 1.58 2004/08/10 18:55:13 matthew Exp $
+# $Id: lonlogin.pm,v 1.59 2004/11/02 23:20:17 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -535,8 +535,8 @@
   </tr>
  </table>
 
-<script>
-// the if prevents the script error if the browser can't handle this
+<script type="text/javascript">
+// the if prevents the script error if the browser can not handle this
 if ( document.client.uname ) { document.client.uname.focus(); }
 </script>