[LON-CAPA-cvs] cvs: loncom /xml scripttag.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 08 Oct 2004 13:43:31 -0000
albertel Fri Oct 8 09:43:31 2004 EDT
Modified files:
/loncom/xml scripttag.pm
Log:
- <display> calling &xmlparse() had issues
Index: loncom/xml/scripttag.pm
diff -u loncom/xml/scripttag.pm:1.118 loncom/xml/scripttag.pm:1.119
--- loncom/xml/scripttag.pm:1.118 Wed Sep 29 10:50:43 2004
+++ loncom/xml/scripttag.pm Fri Oct 8 09:43:31 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# <script> definiton
#
-# $Id: scripttag.pm,v 1.118 2004/09/29 14:50:43 www Exp $
+# $Id: scripttag.pm,v 1.119 2004/10/08 13:43:31 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -163,7 +163,7 @@
sub start_display {
my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;
-
+ @Apache::scripttag::parser_env = @_;
my $result;
if ( $target eq "modified" ) {