[LON-CAPA-cvs] cvs: loncom /xml scripttag.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 11 Feb 2004 15:10:05 -0000
matthew Wed Feb 11 10:10:05 2004 EDT
Modified files:
/loncom/xml scripttag.pm
Log:
No comment.
Index: loncom/xml/scripttag.pm
diff -u loncom/xml/scripttag.pm:1.107 loncom/xml/scripttag.pm:1.108
--- loncom/xml/scripttag.pm:1.107 Tue Feb 10 13:58:26 2004
+++ loncom/xml/scripttag.pm Wed Feb 11 10:10:05 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# <script> definiton
#
-# $Id: scripttag.pm,v 1.107 2004/02/10 18:58:26 albertel Exp $
+# $Id: scripttag.pm,v 1.108 2004/02/11 15:10:05 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -138,7 +138,7 @@
} else {
if ($target ne "meta") {
$result = $token->[4];
- my $bodytext=&Apache::lonxml::get_all_text_unblanaced("/script",$parser);
+ my $bodytext=&Apache::lonxml::get_all_text_unbalanced("/script",$parser);
$result.=$bodytext;
}
}