--- loncom/interface/loncommon.pm	2002/12/12 16:47:27	1.72
+++ loncom/interface/loncommon.pm	2003/01/10 21:07:42	1.72.2.1
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.72 2002/12/12 16:47:27 bowersj2 Exp $
+# $Id: loncommon.pm,v 1.72.2.1 2003/01/10 21:07:42 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -802,7 +802,7 @@ sub authform_internal{
        onclick="javascript:changed_radio('int',$args{'formname'});" />
 Internally authenticated (with initial password 
 <input type="text" size="10" name="intarg" value=""
-       onchange="javascript:changed_text('int',$args{'formname'});" />
+       onchange="javascript:changed_text('int',$args{'formname'});" />)
 END
     return $result;
 }
@@ -838,7 +838,7 @@ sub authform_filesystem{
        onclick="javascript:changed_radio('fsys',$in{'formname'});" />
 Filesystem authenticated (with initial password 
 <input type="text" size="10" name="fsysarg" value=""
-       onchange="javascript:changed_text('fsys',$in{'formname'});">
+       onchange="javascript:changed_text('fsys',$in{'formname'});">)
 END
     return $result;
 }