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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 26 Aug 2003 21:31:19 -0000


albertel		Tue Aug 26 17:31:19 2003 EDT

  Modified files:              
    /loncom/xml	londefdef.pm 
  Log:
  - no comment
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.167 loncom/xml/londefdef.pm:1.168
--- loncom/xml/londefdef.pm:1.167	Tue Aug 26 11:05:43 2003
+++ loncom/xml/londefdef.pm	Tue Aug 26 17:31:19 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Tags Default Definition Module 
 #
-# $Id: londefdef.pm,v 1.167 2003/08/26 15:05:43 sakharuk Exp $
+# $Id: londefdef.pm,v 1.168 2003/08/26 21:31:19 albertel Exp $
 # 
 #
 # Copyright Michigan State University Board of Trustees
@@ -1421,7 +1421,7 @@
 }
 
 sub end_a {
-    my ($target,$token,$tagstack,$parstack,$safeeval) = @_;
+    my ($target,$token,$tagstack,$parstack,$parser,$safeeval) = @_;
     my $currentstring = '';
     if ($target eq 'web') {
 	$currentstring .= $token->[2];
@@ -1431,7 +1431,7 @@
 
 #-- <li> tag
 sub start_li {
-    my ($target,$token,$tagstack,$parstack,$safeeval) = @_;
+    my ($target,$token,$tagstack,$parstack,$parser,$safeeval) = @_;
     my $currentstring = '';
     if ($target eq 'web') {
 	$currentstring = $token->[4];