[LON-CAPA-cvs] cvs: loncom /auth londes.js

matthew lon-capa-cvs@mail.lon-capa.org
Tue, 03 Aug 2004 15:03:35 -0000


matthew		Tue Aug  3 11:03:35 2004 EDT

  Modified files:              
    /loncom/auth	londes.js 
  Log:
  Be a little more compliant with the <script> tag by adding a type attribute.
  
  
Index: loncom/auth/londes.js
diff -u loncom/auth/londes.js:1.7 loncom/auth/londes.js:1.8
--- loncom/auth/londes.js:1.7	Wed Jan  8 17:43:10 2003
+++ loncom/auth/londes.js	Tue Aug  3 11:03:35 2004
@@ -1,9 +1,9 @@
-<script language="JavaScript">
+<script type="text/javascript" language="JavaScript">
 // The LearningOnline Network with CAPA
 // Encryption Routines according to Data Encryption Standard DES
 // Federal Information Processing Standards Publication 46-2 (1993 Dec 30)
 //
-// $Id: londes.js,v 1.7 2003/01/08 22:43:10 albertel Exp $
+// $Id: londes.js,v 1.8 2004/08/03 15:03:35 matthew Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //