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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 24 Feb 2004 21:12:49 -0000


albertel		Tue Feb 24 16:12:49 2004 EDT

  Modified files:              
    /loncom/xml	scripttag.pm 
  Log:
  - Doidy Doidy Doidy
  
  
Index: loncom/xml/scripttag.pm
diff -u loncom/xml/scripttag.pm:1.109 loncom/xml/scripttag.pm:1.110
--- loncom/xml/scripttag.pm:1.109	Thu Feb 12 12:34:24 2004
+++ loncom/xml/scripttag.pm	Tue Feb 24 16:12:48 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # <script> definiton
 #
-# $Id: scripttag.pm,v 1.109 2004/02/12 17:34:24 albertel Exp $
+# $Id: scripttag.pm,v 1.110 2004/02/24 21:12:48 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -183,7 +183,7 @@
       }
       $Apache::lonxml::post_evaluate=0;
   } elsif ($target eq "edit" ) {
-    my $bodytext=&Apache::lonxml::get_all_text_unblanced("/display",$parser);
+    my $bodytext=&Apache::lonxml::get_all_text_unbalanced("/display",$parser);
     #$result = 
     #  "<br /> &lt;$token->[1]&gt; output: <br />$bodytext<br />Source:<br />";
     #$result.=&Apache::edit::editfield($token->[1],$bodytext,'',40,1);