[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Wed, 22 Aug 2007 19:02:13 -0000


albertel		Wed Aug 22 15:02:13 2007 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - typo
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.452 loncom/xml/lonxml.pm:1.453
--- loncom/xml/lonxml.pm:1.452	Fri Aug 17 20:08:36 2007
+++ loncom/xml/lonxml.pm	Wed Aug 22 15:02:06 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.452 2007/08/18 00:08:36 albertel Exp $
+# $Id: lonxml.pm,v 1.453 2007/08/22 19:02:06 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1378,7 +1378,7 @@
 		       HTMLArea._addEvents(editor._doc,
 					   ["keypress","mousedown"], unClean);
 		       editor._iframe.id = '$textarea_id';
-		       resize_textarea('$textarea_id','LC_aftertextarea');";
+		       resize_textarea('$textarea_id','LC_aftertextarea');
 		   },300);
     }
 </script>
@@ -1388,7 +1388,7 @@
 <script type="text/javascript">
 $addbuttons
     function initDocument() {
-	resize_textarea('$textarea_id','LC_aftertextarea');";
+	resize_textarea('$textarea_id','LC_aftertextarea');
     }
 </script>
 FULLPAGE