--- loncom/xml/londefdef.pm 2003/08/22 16:47:44 1.158.4.1 +++ loncom/xml/londefdef.pm 2003/08/26 21:32:23 1.158.4.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.158.4.1 2003/08/22 16:47:44 albertel Exp $ +# $Id: londefdef.pm,v 1.158.4.2 2003/08/26 21:32:23 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1410,7 +1410,7 @@ sub start_a { } 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]; @@ -1420,7 +1420,7 @@ sub end_a { #--
  • 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];